(make_path): Remove a comma from a diagnostic.
[gnulib.git] / lib / ChangeLog
index 9a9e738..2ff438b 100644 (file)
@@ -1,3 +1,13 @@
+2002-03-08  Jim Meyering  <meyering@lucent.com>
+
+       * rename.c: Mention that this wrapper is needed also on
+       mips-dec-ultrix4.4 systems.
+
+2002-03-02  Jim Meyering  <meyering@lucent.com>
+
+       * gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
+       not HAVE_CLOCK_SETTIME.
+
 2002-02-27  Paul Eggert  <eggert@twinsun.com>
 
        * nanosleep.h: Rename to....
@@ -17,9 +27,9 @@
 
 2002-02-24  Jim Meyering  <meyering@lucent.com>
 
-       * 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  <eggert@twinsun.com>