debug.c still useful?

2006-07-07 Thread seventh guardian
Hi. After some checking around, it seems that the file libs/debug.c isn't used anymore. The file was created in 1998 as a debuging library, but it seems to have been replaced by simpler solutions. It's part of libfvwm.a, and the *.c code is surrounded by a #ifdef DEBUG, so never gets compiled. T

Re: debug.c still useful?

2006-07-07 Thread Dan Espen
"seventh guardian" <[EMAIL PROTECTED]> writes: > Hi. > > After some checking around, it seems that the file libs/debug.c isn't > used anymore. The file was created in 1998 as a debuging library, but > it seems to have been replaced by simpler solutions. > > It's part of libfvwm.a, and the *.c cod

Re: debug.c still useful?

2006-07-07 Thread seventh guardian
On 7/7/06, Dan Espen <[EMAIL PROTECTED]> wrote: "seventh guardian" <[EMAIL PROTECTED]> writes: > Hi. > > After some checking around, it seems that the file libs/debug.c isn't > used anymore. The file was created in 1998 as a debuging library, but > it seems to have been replaced by simpler soluti

Re: debug.c still useful?

2006-07-07 Thread Dominik Vogt
On Fri, Jul 07, 2006 at 07:13:42PM +0100, seventh guardian wrote: > After some checking around, it seems that the file libs/debug.c isn't > used anymore. The file was created in 1998 as a debuging library, but > it seems to have been replaced by simpler solutions. I think Paul Smith put it there f

CVS renato: Removed unused libs/debug.c and did the required clean up.

2006-07-07 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 06/07/07 13:57:16 Modified files: . : ChangeLog fvwm : focus.h module_interface.c libs : Makefile.am fvwmlib.h Removed files: libs : debug.c L

Libtool ltdl on fvwm

2006-07-07 Thread seventh guardian
Hello all. It all starts with this snip from docs/TODO: - Implement (or at least investigate) dynamic loading of functions on systems that support it? (There is more on that on that file. These are just the first two lines) Recently I began testing GNU's Libtool on a project of mine, partic

Re: Libtool ltdl on fvwm

2006-07-07 Thread Dominik Vogt
On Fri, Jul 07, 2006 at 11:05:36PM +0100, seventh guardian wrote: > It all starts with this snip from docs/TODO: > > - Implement (or at least investigate) dynamic loading of functions >on systems that support it? > > (There is more on that on that file. These are just the first two lines) >

Re: Libtool ltdl on fvwm

2006-07-07 Thread Dan Espen
"Dominik Vogt" <[EMAIL PROTECTED]> writes: > > --KsGdsel6WgEHnImy > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Jul 07, 2006 at 11:05:36PM +0100, seventh guardian wrote: > > It all starts with this snip from do

CVS renato: Removed the warning about the obsolete option -blackout.

2006-07-07 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 06/07/07 18:34:31 Modified files: . : ChangeLog fvwm : fvwm.1.in fvwm.c Log message: Removed the warning about the obsolete option -blackout. Removed its reference from the manual.