summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-07 12:10:39 +0000
committerJim Meyering <jim@meyering.net>2001-08-07 12:10:39 +0000
commit62dbf128a50fe04bcb96ac3312e490b70ec15230 (patch)
treeb584c681e149bdd9810674d2ff40d7cb8ec5533f /old
parent6258f69c2cf9215a9ae0bea1b7b1c8f44bb26d62 (diff)
downloadcoreutils-62dbf128a50fe04bcb96ac3312e490b70ec15230.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog20
1 files changed, 15 insertions, 5 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8c5f23829..9029d3407 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,18 @@
+2001-08-07 Jim Meyering <meyering@lucent.com>
+
+ * Makefile.maint (m4-check): New rule.
+ (local-check): Depend on it.
+
+2001-08-06 Jim Meyering <meyering@lucent.com>
+
+ * src/mv.c (usage): Correct the description of --update.
+ * src/copy.c (copy_internal): Set *rename_succeeded, so that
+ the caller (mv) doesn't remove the source file.
+ Reported by FIXME?
+
+ * tests/mv/update: New test for the above.
+ * tests/mv/Makefile.am (TESTS): Add update.
+
2001-08-05 Jim Meyering <meyering@lucent.com>
* tests/root-only: Generalize. Rename to ...
@@ -31,11 +46,6 @@
2001-07-15 Jim Meyering <meyering@lucent.com>
- * src/copy.c (copy_internal): Set *rename_succeeded, so that
- the caller (mv) doesn't remove the source file.
- FIXME: add test case
- Reported by FIXME?
-
* src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include
the new, generated file, unlocked-io.h.