Re: new module 'printf-posix'

2007-03-10 Thread Bruno Haible
Eric Blake wrote: > shouldn't all the rpl_*printf variant > declarations be given a printf attribute when available so that users of > the *printf-posix modules still get the benefits of gcc format string > checking? Good idea. I'm applying this: 2007-03-10 Bruno Haible <[EMAIL PROTECTED]>

Re: GNU M4 1.4.8b released (beta release)

2007-03-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Matthew Woehlke on 3/8/2007 9:28 AM: > > (We already know this doesn't work: if configure doesn't define > HAVE_LONG_LONG_INT, then the resulting stdint.h breaks system headers.) > > > Without also telling gnulib not to use 'long long',

gnulib-tool: speeding up --create-testdir

2007-03-10 Thread Bruno Haible
The patch from 2007-01-14 to avoid "./configure; make" during --create-testdir did most often not work. This should fix it. 2007-03-10 Bruno Haible <[EMAIL PROTECTED]> * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like CLEANFILES. Put spaces in each line of $cleane

Re: new module 'fseterr'

2007-03-10 Thread Bruno Haible
Simon Josefsson wrote: > Consider making it possible to not use this workaround, but > rather fail with a compilation error. I wouldn't want code that > invoke abort in a library, for example. Makes sense. The Solaris 10 include files contain comments like this: * Even though the contents of th

Re: GNU M4 1.4.8b released (beta release)

2007-03-10 Thread Bruno Haible
Eric Blake wrote: > 2007-03-10 Eric Blake <[EMAIL PROTECTED]> > and Matthew Woehlke(tiny change) > > * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit > types are not being provided by gnulib. > (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64

Re: GNU M4 1.4.8b released (beta release)

2007-03-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 3/10/2007 8:25 AM: > Eric Blake wrote: >> 2007-03-10 Eric Blake <[EMAIL PROTECTED]> >> and Matthew Woehlke(tiny change) >> >> * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit >> types are n