Re: AIX 5.1 xlc va_copy (stdarg patch)

2008-03-10 Thread Peter O'Gorman
On Tue, Mar 11, 2008 at 05:44:12AM +0100, Bruno Haible wrote: > Peter O'Gorman wrote: > > Attached. > > Thanks. I have applied this modified patch. Thank you! Peter

Re: AIX 5.1 xlc va_copy (stdarg patch)

2008-03-10 Thread Bruno Haible
Peter O'Gorman wrote: > Attached. Thanks. I have applied this modified patch. - In the doc: there is no need to enumerate the various workarounds which work or don't work here; this info is not interesting for the user. Just what is the portability problem and whether gnulib fixes it or

Re: AIX 5.1 xlc va_copy (stdarg patch)

2008-03-10 Thread Bruno Haible
Peter O'Gorman wrote: > Looks like this breaks on AIX 4.3.3 :( > > gl_CHECK_NEXT_HEADERS fails to find the absolute file name for > stddef.h, it finds the empty string and substitutes > > #include "" > > into the generated stdarg.h > > It looks like gl_CHECK_NEXT_HEADERS fails for headers that

stdlib: small fix

2008-03-10 Thread Bruno Haible
This fixes the dependencies, incorrect since 2007-06-20. 2008-03-10 Bruno Haible <[EMAIL PROTECTED]> * modules/stdlib (Depends-on): Add include_next, remove absolute-header. *** modules/stdlib.orig 2008-03-11 05:24:27.0 +0100 --- modules/stdlib 2008-03-11 04:39:37.

Re: closein, freadahead and ungetc

2008-03-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 3/9/2008 5:22 PM: | Eric Blake wrote: |> | - freadptr is changed to also return the size of the buffer. |> | extern const char * freadptr (FILE *stream, size_t *sizep); |> | When the return value is non-NULL, *

Re: AIX 5.1 xlc va_copy (stdarg patch) *ping*

2008-03-10 Thread Bruno Haible
> ping? pong! It's still on my radar. A few other issues had higher priority in the last few days, though. Sorry. Bruno

Re: AIX 5.1 xlc va_copy (stdarg patch) *ping*

2008-03-10 Thread Peter O'Gorman
ping? http://lists.gnu.org/archive/html/bug-gnulib/2008-02/msg00148.html Peter

argp mishandles domains

2008-03-10 Thread Colin Watson
On Sun, Mar 09, 2008 at 02:47:55PM +0100, Robert Luberda wrote: > On the other hand while testing updated message catalogue translations I > noticed, that man seems not to use translations from the > man-db-gnulib.mo file, for example it shows untranslated messages > > [17]/tmp> LC_ALL=pl_PL man -

Re: Add pdf target in doc/.

2008-03-10 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Since you haven't applied this yet, I added a similar explanation as error > handling to the Makefile: Thanks, that seems more likely to be noticed by future users than my approach. /Simon > > 2008-03-09 Bruno Haible <[EMAIL PROTECTED]> > > * d