Re: underscores in gnulib file names

2007-09-13 Thread James Youngman
On 9/12/07, Jim Meyering <[EMAIL PROTECTED]> wrote: > [background: there are fts functions and an fts.h in glibc, > but there are fundamental ABI differences, so glibc cannot > (or will not) break ABI compatibility to take advantage > of the improvements in the gnulib version. ] > > So, I'm goin

Re: CVS corruption?

2007-09-13 Thread Simon Josefsson
Eric Blake <[EMAIL PROTECTED]> writes: > Eric Blake byu.net> writes: > >> >> I just noticed that back in April, the ChangeLog got truncated by 78 lines, >> during a commit by Bruno. >> >> http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog? >> root=gnulib&r1=1.1539&r2=1.1540 >> >> I have gone

Re: CVS corruption?

2007-09-13 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: >> I have gone ahead and restored that portion of the ChangeLog. > > As well as fixing this from Simon's patch: > > http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog?root=gnulib&r1=1.1932&r2=1.1933 Thanks for the clean-up.

Re: CVS corruption?

2007-09-13 Thread Eric Blake
Eric Blake byu.net> writes: > > I just noticed that back in April, the ChangeLog got truncated by 78 lines, > during a commit by Bruno. > > http://cvs.savannah.gnu.org/viewvc/gnulib/ChangeLog? > root=gnulib&r1=1.1539&r2=1.1540 > > I have gone ahead and restored that portion of the ChangeLog.

Re: missing check for malloc NULL result

2007-09-13 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Hi, > > At these places malloc/realloc/calloc NULL results are not well handled, IIUC. > > Simon: > gc-gnulib.c:583 Thanks! Patch installed. /Simon