X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=2c28e44b16f53665d629a872e51a16de89f6e050;hb=1c1096d977593ceac33d873f12bed754428338f7;hp=a894cc13c46e40fe95fc961dc3328eb54e5d5d26;hpb=2234a524956f7a24cd5d1396f0773d0583a5cca9;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index a894cc13c..2c28e44b1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,64 @@ +2004-07-09 Simon Josefsson + + * getndelim2.c: Include stddef.h, for ptrdiff_t. (FreeBSD 4.9 + failed without this.) + +2004-07-09 Paul Eggert + + * fchown-stub.c: New file. + +2004-06-24 Jim Meyering + + * obstack.h (obstack_base): Cast to (void *), per documentation. + +2004-06-22 Paul Eggert + + * argz.c, argz_.h: New files, which are autoupdated from libtool. + +2004-06-01 Jim Meyering + + * calloc.c: New file. + +2004-06-06 Paul Eggert + + * getdate.y (yylex): Allow space between sign and number. + Problem reported by Dan Jacobson. + +2004-06-01 Paul Eggert + and Jim Meyering + + Merge from coreutils CVS. + + * stat-macros.h: New file, with contents from file-type.h + and coreutils' system.h. + * file-type.c: Include "stat-macros.h". + * file-type.h (file_type): Move all macro definitions to new file, + stat-macros.h. + + * chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]: + Wrap old code with this conditional. + [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown + function that does not dereference symlinks. + * lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown. + + * xreadlink.c: Include xreadlink.h first, to catch .h file + dependency problems. + (xreadlink): Accept new arg SIZE, for efficiency. + All decls and uses changed. + * xreadlink.h: Include , for size_t. + + * .cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h, + gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h. + + * .cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h, sysexits.h. + +2004-05-30 Paul Eggert + + * xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these + macros to be defined. + (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if + the allocator returns NULL because the requested size is zero. + 2004-05-20 Paul Eggert * malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this