X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=2c28e44b16f53665d629a872e51a16de89f6e050;hb=1c1096d977593ceac33d873f12bed754428338f7;hp=32b69d2243081373cf6d122c74d416aac4b92fd8;hpb=c4da5fc90ff7ff8ef395c84be4b14e0a3d404cbb;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 32b69d224..2c28e44b1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,29 @@ +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