(make_path): Remove a comma from a diagnostic.
[gnulib.git] / lib / ChangeLog
index 2abc92b..2ff438b 100644 (file)
@@ -1,3 +1,36 @@
+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....
+       * 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  <eggert@twinsun.com>
+
+       * acl.c, acl.h: New files.
+       * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
+
+2002-02-24  Jim Meyering  <meyering@lucent.com>
+
+       * 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>
 
        * path-concat.c (xpath_concat): Reorder code to pacify