summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog4
-rw-r--r--old/fileutils/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ef8d9f9c3..a5d70429a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-01 Jim Meyering <meyering@lucent.com>
+
+ * hash.c (hash_print) [TESTING]: Clean up.
+
2001-10-22 Paul Eggert <eggert@twinsun.com>
* hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a56cbb461..53f1f622d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,8 @@
* Version 4.1.1.
+ * tests/ls/infloop: Redirect cmp's stderr to /dev/null.
+
* src/ls.c (struct pending) [st_ino, st_dev]: Remove members.
(queue_directory): Remove just-added 3rd parameter
and associated code, and update callers.