Replace some instances of NULL to '\0', when
referring to string terminator.
---
cde/lib/csa/api.c|2 +-
cde/lib/csa/attr.c |6 +++---
cde/lib/csa/calendar.c |8
cde/lib/csa/cmsdata.c|2 +-
cde/lib/csa/convert4-5.c |2 +-
cde/lib/csa/convert5-4.c |
Fixes:
agent.c: In function '_DtCm_init_agent':
agent.c:160: warning: passing argument 5 of 'registerrpc' from incompatible
pointer type
agent.c:160: warning: passing argument 6 of 'registerrpc' from incompatible
pointer type
agent.c:167: warning: passing argument 5 of 'registerrpc' from incompat
Improve type compatibility and enable
ANSI C prototypes.
---
cde/lib/csa/Imakefile |6 --
cde/lib/csa/agent.c |2 +-
cde/lib/csa/agent.wrapbegin |8
cde/lib/csa/agent.wrapend |7 ---
cde/lib/csa/agent.x |2 +-
cde/lib/csa/free.h
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> Improve type compatibility and enable
> ANSI C prototypes.
The last patch removes some old cruft for
Linux - would be good if some Linux users
could test it as well!
//Marcin
--
On Mon, Aug 13, 2012 at 4:01 AM, Marcin Cieslak wrote:
> ---
> cde/doc/C/Imakefile|2 +-
> cde/programs/Imakefile |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cde/doc/C/Imakefile b/cde/doc/C/Imakefile
> index 70e475c..4595a26 100644
> --- a/cde/doc/C/Imak
On Mon, 13 Aug 2012, Irek Szczesniak wrote:
> On Mon, Aug 13, 2012 at 4:01 AM, Marcin Cieslak wrote:
> > ---
> > cde/doc/C/Imakefile|2 +-
> > cde/programs/Imakefile |2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> Why are you disabling dtksh? It's an integral part of C
On Mon, Aug 13, 2012 at 12:59 PM, Marcin Cieslak wrote:
> On Mon, 13 Aug 2012, Irek Szczesniak wrote:
>
>> On Mon, Aug 13, 2012 at 4:01 AM, Marcin Cieslak wrote:
>> > ---
>> > cde/doc/C/Imakefile|2 +-
>> > cde/programs/Imakefile |2 +-
>> > 2 files changed, 2 insertions(+), 2 deleti
On Mon, 13 Aug 2012, Joshuah Hurst wrote:
> On Mon, Aug 13, 2012 at 12:59 PM, Marcin Cieslak wrote:
> > On Mon, 13 Aug 2012, Irek Szczesniak wrote:
> >
> >> On Mon, Aug 13, 2012 at 4:01 AM, Marcin Cieslak wrote:
> >> > ---
> >> > cde/doc/C/Imakefile|2 +-
> >> > cde/programs/Imakefile |
Please test this patch on 32bit, it should fix the dtbuilder crashes
people were seeing. Also note that dtbuilder still crashes on 64bit ...
>From 8c68bec54adb88c223e170e3945d40028f2b9c85 Mon Sep 17 00:00:00 2001
From: Pascal Stumpf
Date: Mon, 13 Aug 2012 17:35:34 +0200
Subject: [PATCH] WIP to ma
FreeBSD portability of dtsearch, dtterm, dtwidget, dthelp
Work in progress for dtlogin and dtmail
---
cde/admin/IntegTools/post_install/Imakefile|3 +++
cde/config/cf/site.def |4 +++-
cde/databases/Imakefile|3 +++
cde/l
On Mon, 13 Aug 2012 16:54:39 +0200, Joshuah Hurst wrote:
> On Mon, Aug 13, 2012 at 12:59 PM, Marcin Cieslak wrote:
> > On Mon, 13 Aug 2012, Irek Szczesniak wrote:
> >
> >> On Mon, Aug 13, 2012 at 4:01 AM, Marcin Cieslak wrote:
> >> > ---
> >> > cde/doc/C/Imakefile|2 +-
> >> > cde/progra
On 08/13/2012 11:42 AM, Pascal Stumpf wrote:
> Please test this patch on 32bit, it should fix the dtbuilder crashes
> people were seeing. Also note that dtbuilder still crashes on 64bit ...
>
Seems to work for me on 32bit ARM.
-
On Mon, 13 Aug 2012 15:10:51 -0400, William Schaub wrote:
> On 08/13/2012 11:42 AM, Pascal Stumpf wrote:
> > Please test this patch on 32bit, it should fix the dtbuilder crashes
> > people were seeing. Also note that dtbuilder still crashes on 64bit ...
> >
> Seems to work for me on 32bit ARM.
Wo
The attached patch is for IRC user skilz who wanted to be able to
restart the workspace manager after running xrandr in a script. it adds
the RestartWorkspaceManager action and a new tooltalk Op to WmIPC.c in
dtwm to enable it to handle the new action and restart it self.
It might make a nice
-Original Message-
From: Pascal Stumpf
To: William Schaub
Cc: cdesktopenv-devel
Sent: Mon, Aug 13, 2012 4:11 pm
Subject: Re: [cdesktopenv-devel] WIP: dtbuilder on 64bit, fix it on 32bit
On Mon, 13 Aug 2012 15:10:51 -0400, William Schaub wrote:
> On 08/13/2012 11:42 AM, Pascal Stump
On 08/13/2012 04:11 PM, Pascal Stumpf wrote:
> On Mon, 13 Aug 2012 15:10:51 -0400, William Schaub wrote:
>> On 08/13/2012 11:42 AM, Pascal Stumpf wrote:
>>> Please test this patch on 32bit, it should fix the dtbuilder crashes
>>> people were seeing. Also note that dtbuilder still crashes on 64bit
dtksh can be now compiled on FreeBSD. Work in progress.
Needs a real Korn shell to bootstrap as $(KSHELL).
KSHELL is set by default to /usr/local/bin/ksh93
(generic POSIX shell may not work)
Tested on:
FreeBSD 9.0-BETA1 #0 r224912M amd64
Known issues:
xvmstat:
* sleep does not work well (SIG
Comments inline
Peter
On Tue, Aug 14, 2012 at 12:34:22AM +0200, Marcin Cieslak wrote:
> dtksh can be
>
> diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile
> index ca66a8b..e80beb2 100644
> --- a/cde/programs/Imakefile
> +++ b/cde/programs/Imakefile
> @@ -12,10 +12,12 @@ EXTRADIRS
>> Peter Howkins wrote:
> Comments inline
Thanks!
>> diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile
>> index ca66a8b..e80beb2 100644
>> --- a/cde/programs/Imakefile
>> +++ b/cde/programs/Imakefile
>> @@ -12,10 +12,12 @@ EXTRADIRS += util
>>
>> XCOMM some of these cannot be built
On Sun, 12 Aug 2012, Jon Trulson wrote:
>
> Seems dtbuilder isn't working well - I get:
>
> Warning: Color name "(nil)" is not defined
I've reverted the guilty patch.
Reverting 0d2f7866ac676ab0f3c8ac3eabcec06f580a9d62 seems to fix the
problem (for others as well).
--
Jon Trulson
"If the Mart
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> Replace some instances of NULL to '\0', when
> referring to string terminator.
Applied.
--
Jon Trulson
"If the Martian rope-a-dope don't get him, he'll get himself, he'll
come in too fast and punch himself out."
- one of my brothers,
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> Fixes:
> agent.c: In function '_DtCm_init_agent':
> agent.c:160: warning: passing argument 5 of 'registerrpc' from incompatible
> pointer type
> agent.c:160: warning: passing argument 6 of 'registerrpc' from incompatible
> pointer type
> agent.c:167:
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> Improve type compatibility and enable
> ANSI C prototypes.
Applied.
--
Jon Trulson
"If the Martian rope-a-dope don't get him, he'll get himself, he'll
come in too fast and punch himself out."
- one of my brothers, referring to the C
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> On Mon, 13 Aug 2012, Marcin Cieslak wrote:
>
>> Improve type compatibility and enable
>> ANSI C prototypes.
>
> The last patch removes some old cruft for
> Linux - would be good if some Linux users
> could test it as well!
I haven't seen any issues.
--
On Mon, 13 Aug 2012, Pascal Stumpf wrote:
> Please test this patch on 32bit, it should fix the dtbuilder crashes
> people were seeing. Also note that dtbuilder still crashes on 64bit ...
>
Applied. Note, I added the istr.h fixes myself, since this patch was
created before the offending patch ha
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
> FreeBSD portability of dtsearch, dtterm, dtwidget, dthelp
>
Applied.
--
Jon Trulson
"If the Martian rope-a-dope don't get him, he'll get himself, he'll
come in too fast and punch himself out."
- one of my brothers, referring to the
On Mon, 13 Aug 2012, Marcin Cieslak wrote:
>>> Peter Howkins wrote:
>> Comments inline
>
> Thanks!
>
Hi, I can't apply this patch - could you send it in a seperate email,
an attachment, or via git-send-email? Thanks.
(git am is confused)
--
Jon Trulson
"If the Martian rope-a-dope don't get
On Sun, 12 Aug 2012, ibid...@lavabit.com wrote:
> I'm guessing that whoever made this change:
> @@ -324,7 +343,7 @@ DEFAULT_PRINTER="DtPrint"
missed this one - applied.
--
Jon Trulson
"If the Martian rope-a-dope don't get him, he'll get himself, he'll
come in too fast and punch himself out.
28 matches
Mail list logo