X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=fb74cdb5757e663a9223d370d9b8a4eddd285b6b;hb=52f70a4b2fae0a54ed61898709994ec37e666f0a;hp=9b8480dd7c337841e5793720404dbb2a85d7f2f3;hpb=824046ca2900f2bc9524015d5cdfa1a7ec0005e5;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 9b8480dd7..fb74cdb57 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,59 @@ +2003-09-26 Paul Eggert + + * error.c (SIZE_MAX) [!defined SIZE_MAX]: Define. + (error_tail): Do not loop, reallocating temporary buffer, since + the original size is big enough. This avoids one potential size + overflow calculation. Check for size overflow when calculating + temporary buffer size. Free temporary buffer when done, if + it was allocated with malloc; this closes a memory leak. + + Merge error changes from glibc. + + * error.c, error.h: Update copyright notice header to match glibc. + * error.c [defined _LIBC]: Include , . + (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]: + Disable cancellation while printing error. + * error.h: Prepend __ to parameter names. + +2003-09-25 Karl Berry + + * argp-fmtstream.c, argp-help.c: update from libc. + +2003-09-25 Bruno Haible + + * version-etc-2.h: New file, from version-etc.h with modifications. + * version-etc-2.c: New file, from version-etc.c with modifications. + +2003-09-25 Simon Josefsson + + * xgetdomainname.h: New file. + * xgetdomainname.c: New file. + +2003-09-25 Simon Josefsson + Bruno Haible + + * getdomainname.h: New file. + * getdomainname.c: New file. + +2003-09-24 Paul Eggert + + * linebuffer.c (freebuffer): Don't free the argument, just + the buffer associated with the argument. Bug reported by + Simon Josefsson. + +2003-09-19 Karl Berry + + * argp.h: update from libc. + +2003-09-16 Paul Eggert + + * linebuffer.c (readlinebuffer): Return NULL immediately upon + input error, instead of returning NULL the next time we are called + (and therefore losing track of errno). + 2003-09-15 Paul Eggert - * lib/getndelim2.c (getndelim2): Don't trash errno when a read + * getndelim2.c (getndelim2): Don't trash errno when a read fails, so that the caller gets the proper errno. * readutmp.c (read_utmp): Likewise.