X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=2ff438b1e2f7ae6776c204d0ffb6e96df2e5c0e8;hb=774a9d80728c1f9bb87f44a1296552fd899031d4;hp=f97a41653cae65fda690f5db88e0ad42ce51fa93;hpb=443b16b2043248e0a3e527c6674a8202df1a7eca;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index f97a41653..2ff438b1e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,12 +1,35 @@ +2002-03-08 Jim Meyering + + * rename.c: Mention that this wrapper is needed also on + mips-dec-ultrix4.4 systems. + +2002-03-02 Jim Meyering + + * gettime.c (gettime): Test HAVE_CLOCK_GETTIME, + not HAVE_CLOCK_SETTIME. + +2002-02-27 Paul Eggert + + * nanosleep.h: Rename to.... + * timespec.h: New name for nanosleep.h. All uses changed. + + * gettime.c: New file. + * settime.c: New file. + * stime.c: Remove. + + * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c, + timespec.h. Remove nanosleep.h. + 2002-02-25 Paul Eggert + * acl.c, acl.h: New files. * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c. 2002-02-24 Jim Meyering - * strnlen.c: Define-away/undef strnlen so that an inconsistent prototype - in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't cause trouble. - Reported by Nelson Beebe. + * strnlen.c (strnlen): Define-away/undef so that an inconsistent + prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't + cause trouble. Reported by Nelson Beebe. 2002-02-23 Paul Eggert