Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-08-30 Thread Bruno Haible
Eric Blake explained on 2008-06-30: > echo "$handledmodules" | LC_ALL=C join -v 2 - "$tmp"/queued-modules > > > 1) The 'join' command (or 'join --nocheck-order' in coreutils 6.11 or newer) > >apparently closes its standard input and exits when the contents of the > >second file (small eno

m4-1.4.11.42-864d

2008-08-30 Thread Elbert Pol
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Elbert Pol on 8/13/2008 12:17 PM: Hello Eric, [please don't top-post] However, I'm still interested in seeing what this does when libsigsegv is not present (you can use './configure --without-libsigsegv-prefix' t

Re: unintentional commits

2008-08-30 Thread Bruno Haible
Eric Blake wrote: > But were the changes to lock-tests and tls-tests intentional? > http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=c2318e88#patch36 They were not intentional. Undone. I'm working on too many things in parallel recently. Sorry. Bruno

Re: Using gnulib with -pedantic, I get many warnings about #include_next

2008-08-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 8/29/2008 7:14 PM: > > Committed like this. I preferred to do the "#ifdef __GNUC__" at configure > time, > because that's more maintainable. Looks good. But were the changes to lock-tests and tls-tests intentional? http

Re: `nstrftime ()' prototype

2008-08-30 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > I'm trying to fix a portability bug related to `strftime(3)' [0]. The > `strftime' module doesn't provide `strftime ()' as one would expect but > instead provides `nstrftime ()', with additional arguments: > int ut, int ns. What are these argume

fopen bug on Solaris, HP-UX

2008-08-30 Thread Bruno Haible
Hi, The documented open() bug on Solaris [7-9] and HP-UX 11.00 exists also as a bug in fopen(). I'm applying this to fix it: 2008-08-30 Bruno Haible <[EMAIL PROTECTED]> * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash. Code copied from m4/open.m4. *