Re: [bug-gnulib] xvasprintf and ENOMEM

2006-07-22 Thread Bruno Haible
Eric Blake wrote: > I'm summarizing a bug report sent to me from Nelson's off-list testing of > m4 1.4.5: > > checking build system type... hppa2.0w-hp-hpux11.11 > checking host system type... hppa2.0w-hp-hpux11.11 > checking for gcc... gcc -std=c99 > > gcc -std=c99 -DHAVE_CONFIG_H -I. -I. -I..

Re: [bug-gnulib] xvasprintf typo fix

2006-06-28 Thread Bruno Haible
Eric Blake wrote: > I noticed a copy-n-paste error from vasprintf.h, so I installed this trivial > fix: > > /* Write formatted output to a string dynamically allocated with malloc(). > - If the memory allocation succeeds, store the address of the string in > - *RESULT and return the number

Re: [bug-gnulib] xvasprintf

2006-05-11 Thread Bruno Haible
Simon Josefsson wrote: > m4/xvasprintf.m4 contains: > > AC_DEFUN([gl_XASPRINTF], > ^ > > Shouldn't a V be inserted there? Sure, yes. I committed your fix now. Bruno