diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-08 16:44:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-08 16:44:27 +0000 |
commit | 1650a9459a108f15ab485c25b567870a14d4a635 (patch) | |
tree | fae57d2ff3201305661bedbdfc8a4a1641f201b3 | |
parent | 58edea6508b349d0fe08a1966444f156476c8d0f (diff) | |
download | coreutils-1650a9459a108f15ab485c25b567870a14d4a635.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 22a360a85..5338a2dee 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ +2000-01-08 Jim Meyering <meyering@ascend.com> + + * lib/error.c (error): Use __strerror_r's return value only if + HAVE_WORKING_STRERROR_R. + (error_at_line): Likewise. + + * Makefile.maint (null_AM_MAKEFLAGS): Define. + (my-distcheck): Use it to avoid distributing out of date files + whose derivation would require a maintainer tool. + 2000-01-07 Jim Meyering <meyering@ascend.com> + * lib/euidaccess.c: Sync with the GNU C library. + * tests/dir/Makefile.am: (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not strictly necessary, here). * tests/dd/Makefile.am: Likewise. |