[cdesktopenv-devel] [PATCH] dtcreate: fix exit with TT_ERR_PTYPE and fix several sprintf related segfaults.

2012-08-10 Thread William Schaub
After a day or so of frustration and some false starts I finally have dtcreate in a state where it can actually be useful for it's original purpose of creating desktop actions. the attached patch should allow it to run but it will still crash if you open an action and then tell it to open anot

Re: [cdesktopenv-devel] dtfile patches

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > Fixes for dtfile. Still not completely functional, but I will work on > that. > Applied, thanks. -- 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

Re: [cdesktopenv-devel] dtcm fixes for BSD

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > timezone() is actually a function on BSD. > Applied, thanks. -- 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 Curiosity

Re: [cdesktopenv-devel] fixes for DtWidget, dtaction and dtappbuilder

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > another round of easy fixes. > Applied, thanks. -- 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 Curiosity landing. ---

Re: [cdesktopenv-devel] dtterm pty allocation fix

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > This should be applied in addition to my previous DtTerm patches. > Applied, thanks. -- 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, ref

Re: [cdesktopenv-devel] CDE dtksh updated to newer ksh93 release?

2012-08-10 Thread Cedric Blancher
On 10 August 2012 13:31, Simon Toedt wrote: > On Wed, Aug 8, 2012 at 7:36 PM, Pascal Stumpf wrote: >> On Wed, 8 Aug 2012 19:12:07 +0200, Irek Szczesniak wrote: >>> On Wed, Aug 8, 2012 at 2:14 PM, Pascal Stumpf >>> wrote: >>> > On Wed, 8 Aug 2012 13:57:34 +0200, Irek Szczesniak wrote: >>> >> Has

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
On 10 August 2012 at 16:18 "ch...@chriswareham.net" wrote: > On 10 August 2012 at 15:09 Marc Balmer wrote:> > > > > Why do you make all functions static? This way, the debugger will no longer > > show the function names e.g. in a backtrace, iirc. > > > > The reason I make functions stat

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
On 10 August 2012 at 15:09 Marc Balmer wrote:> > > > Am 10.08.2012 um 15:55 schrieb "ch...@chriswareham.net" > : > > > Hi folks, > > > > I've taken into account peoples comments with regard to patch format and not > > including changes that are just reformatting. The attached patch is solely > > f

Re: [cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread Marc Balmer
Am 10.08.2012 um 15:55 schrieb "ch...@chriswareham.net" : > Hi folks, > > I've taken into account peoples comments with regard to patch format and not > including changes that are just reformatting. The attached patch is solely > for imake, adding function prototypes where they are missing,

[cdesktopenv-devel] ANSIfication of imake

2012-08-10 Thread ch...@chriswareham.net
Hi folks, I've taken into account peoples comments with regard to patch format and not including changes that are just reformatting. The attached patch is solely for imake, adding function prototypes where they are missing, limiting linkage to static scope wherever possible and removing a bunch of

[cdesktopenv-devel] dtfile patches

2012-08-10 Thread Pascal Stumpf
Fixes for dtfile. Still not completely functional, but I will work on that. >From 94ccfbe81d142582e120d3e3cb0c50ff1cb795bc Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 15:09:04 +0200 Subject: [PATCH] Fixes for dtfile on OpenBSD, plus missing prototypes. Use statfs() on BS

[cdesktopenv-devel] dtcm fixes for BSD

2012-08-10 Thread Pascal Stumpf
timezone() is actually a function on BSD. >From a6cbfea115d4a669e5235e06bf03f567affddb73 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 14:44:57 +0200 Subject: [PATCH] OpenBSD fixes for dtcm. There are no global "timezone" and "tzname" symbols on BSD. Apart from that, mainl

[cdesktopenv-devel] fixes for DtWidget, dtaction and dtappbuilder

2012-08-10 Thread Pascal Stumpf
another round of easy fixes. >From 82ebb6b7a5a234557863149d01e8c71b7704c1c3 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 14:35:23 +0200 Subject: [PATCH] OpenBSD fixes for DtWidget, dtaction, dtappbuilder. --- cde/lib/DtWidget/Editor.c |2 ++ cde

[cdesktopenv-devel] dtterm pty allocation fix

2012-08-10 Thread Pascal Stumpf
This should be applied in addition to my previous DtTerm patches. >From 5d97aa0dec2fd18a1a206311b6ee54a518e34424 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 14:29:28 +0200 Subject: [PATCH] Allow dtterm to at least allocate a pty on OpenBSD. Display is still mangled, howev

Re: [cdesktopenv-devel] Tooltalk patches for OpenBSD

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > Mostly #ifdefs and missing casts. > Some nice cleanups too... Applied, thanks. -- 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, referrin

Re: [cdesktopenv-devel] Fixes for DtPrint and csa

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Pascal Stumpf wrote: > Easy fixes ... > Easy apply :) -- 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 Curiosity landing.

Re: [cdesktopenv-devel] (no subject)

2012-08-10 Thread Jon Trulson
On Fri, 10 Aug 2012, Aaron W. Hsu wrote: > Jon Trulson writes: > >> Applied (though I had to remove some extraneous whitespace - blank >> lines that started with spaces). 'git diff' will usually show these >> before commit. > > I had some problems with git patching since this is the first time t

[cdesktopenv-devel] Tooltalk patches for OpenBSD

2012-08-10 Thread Pascal Stumpf
Mostly #ifdefs and missing casts. >From e9781d995dd7d659a6aa1624af79d6513c8ed4ad Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 14:07:06 +0200 Subject: [PATCH] Tooltalk fixes for OpenBSD. This consists mainly of #ifdefs, casts and some small type nits. --- cde/lib/tt/bin/s

Re: [cdesktopenv-devel] OpenBSD fixes for lib/DtTerm

2012-08-10 Thread Pascal Stumpf
On Fri, 10 Aug 2012 06:02:37 -0600 (MDT), Jon Trulson wrote: > On Thu, 9 Aug 2012, Pascal Stumpf wrote: > > > This does not work fully yet, but at least makes it compile. I will > > revisit later on when the 64bit issues are fixed. Also, people doing > > ports to other BSDs will still need to re

[cdesktopenv-devel] Fixes for DtPrint and csa

2012-08-10 Thread Pascal Stumpf
Easy fixes ... >From bbbe3785e3452784ca69ebf2f0ffe679567a48ab Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 10 Aug 2012 14:02:30 +0200 Subject: [PATCH] OpenBSD fixes for DtPrint and csa. --- cde/include/EUSCompat.h |2 +- cde/lib/DtPrint/PrintSetupB.c |5 + cde/lib/cs

Re: [cdesktopenv-devel] Proposed README-2.2.0

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Christopher Turkel wrote: > Okay, now with 50% less ***s! > Looks awesome, thanks! :) -- 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 Curiosity

Re: [cdesktopenv-devel] OpenBSD fixes for lib/DtTerm

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Pascal Stumpf wrote: > This does not work fully yet, but at least makes it compile. I will > revisit later on when the 64bit issues are fixed. Also, people doing > ports to other BSDs will still need to revisit this for their OS. > A question: In cde/lib/DtTerm/TermPrim/Term

Re: [cdesktopenv-devel] Cleanup of some implicit definitions in dtwm

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Frederic Koehler wrote: > This doesn't really seem to change anything behavior-side, but since > we really need > to kill all implicit function types, might as well start. (Implicit > definitions can be killer > when 64-bit pointers get mauled by passing through a 32-bit return

Re: [cdesktopenv-devel] OpenBSD fixes for lib/DtSvc

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Pascal Stumpf wrote: > I'll sort the remaining fixes per subdirectory. This fixes another for > loop, adds appropriate #ifdefs, provides a prototype for _DtsDbListDB() > and defines MAXINT to INT_MAX (BSD doesn't have values.h). > Thanks, applied. -- Jon Trulson "If the Ma

Re: [cdesktopenv-devel] [PATCH] SIGPWR is not present everywhere.

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Pascal Stumpf wrote: Applied, thanks. -- 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 Curiosity landing. -

Re: [cdesktopenv-devel] [PATCH] Imakefile diffs for OpenBSD.

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Pascal Stumpf wrote: > Details: Kill an obsolete macro in the top-level Imakefile, add OpenBSD > support to a lot of other Imakefiles, don't define -DSVR4 > unconditionally (this may need further patches in the headers for Linux, > but defining it unconditionally is definitely

Re: [cdesktopenv-devel] CDE dtksh updated to newer ksh93 release?

2012-08-10 Thread Simon Toedt
On Wed, Aug 8, 2012 at 7:36 PM, Pascal Stumpf wrote: > On Wed, 8 Aug 2012 19:12:07 +0200, Irek Szczesniak wrote: >> On Wed, Aug 8, 2012 at 2:14 PM, Pascal Stumpf wrote: >> > On Wed, 8 Aug 2012 13:57:34 +0200, Irek Szczesniak wrote: >> >> Has anyone considered updating CDE's dtksh (Destop Korn She

Re: [cdesktopenv-devel] [PATCH] Imakefile diffs for OpenBSD.

2012-08-10 Thread Simon Toedt
On Thu, Aug 9, 2012 at 10:12 PM, Pascal Stumpf wrote: > Details: Kill an obsolete macro in the top-level Imakefile, add OpenBSD > support to a lot of other Imakefiles, don't define -DSVR4 > unconditionally (this may need further patches in the headers for Linux, > but defining it unconditionally i

Re: [cdesktopenv-devel] OS X port

2012-08-10 Thread Marcus Karlsson
On Aug 9, 2012, at 9:03 PM, Marc Balmer wrote: > > > Am 09.08.2012 um 20:56 schrieb Alex Kornilov : > >> On 8/9/12 8:35 PM, Jon Trulson wrote: >>> Not that I know of... Is it even possible? ie: can OSX run X11/Motif? >> X11 is available in all OS X versions. But I don't know about Motif >>