X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=2ff438b1e2f7ae6776c204d0ffb6e96df2e5c0e8;hb=774a9d80728c1f9bb87f44a1296552fd899031d4;hp=9a9e73841e17a0d016030b2608432864dcffcaed;hpb=0eb8895a14f4cd1884ae1142dcb07e6ca727faec;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 9a9e73841..2ff438b1e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +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.... @@ -17,9 +27,9 @@ 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