summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-08 16:44:27 +0000
committerJim Meyering <jim@meyering.net>2000-01-08 16:44:27 +0000
commit1650a9459a108f15ab485c25b567870a14d4a635 (patch)
treefae57d2ff3201305661bedbdfc8a4a1641f201b3 /old
parent58edea6508b349d0fe08a1966444f156476c8d0f (diff)
downloadcoreutils-1650a9459a108f15ab485c25b567870a14d4a635.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
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.