X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=2ff438b1e2f7ae6776c204d0ffb6e96df2e5c0e8;hb=774a9d80728c1f9bb87f44a1296552fd899031d4;hp=41f9784bb55448d27fe5602ef6d7aaab31a4f773;hpb=f567e5e939748ebb8303701079b5f119f8660a38;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 41f9784bb..2ff438b1e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,41 @@ +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 (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 + + * path-concat.c (xpath_concat): Reorder code to pacify + compilers that don't know that xalloc_die never returns. + 2002-02-20 Jim Meyering * getdate.c: Regenerate using bison-1.33.