summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-28 20:10:56 +0000
committerJim Meyering <jim@meyering.net>2002-07-28 20:10:56 +0000
commite3d2d8219430e9db54605e25f99ccf4cac8ab4a0 (patch)
tree240b0ce52caafd587b37d68fd526fcb5f3365b08 /old
parentcafa875ac409b4b03d3bebd4245d60b48a47b58a (diff)
downloadcoreutils-e3d2d8219430e9db54605e25f99ccf4cac8ab4a0.tar.gz
coreutils-e3d2d8219430e9db54605e25f99ccf4cac8ab4a0.tar.bz2
coreutils-e3d2d8219430e9db54605e25f99ccf4cac8ab4a0.zip
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2892034e4..38ac5a741 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-28 Jim Meyering <meyering@lucent.com>
+
+ * configure.ac: Require automake-1.6b.
+
+ * TODO: Remove entry that mentions rm's HAVE_WORKING_READDIR.
+ Since remove.c was rewritten, rm is no longer susceptible to that.
+
2002-07-26 Jim Meyering <meyering@lucent.com>
* src/stat.c: Don't include malloc.h -- it was unnecessary.