diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-26 14:53:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-26 14:53:28 +0000 |
commit | d936975f34ef7e230f4cbd72da7260fbd8a43384 (patch) | |
tree | 221c4cdff54885adc843df0da69c908eece810c8 /lib | |
parent | 4656d211810563ec4ee8faec721b7052f9e53aad (diff) | |
download | coreutils-d936975f34ef7e230f4cbd72da7260fbd8a43384.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2abc92b57..f97a41653 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2002-02-25 Paul Eggert <eggert@twinsun.com> + + * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c. + +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. + 2002-02-23 Paul Eggert <eggert@twinsun.com> * path-concat.c (xpath_concat): Reorder code to pacify |