*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 7 Aug 2001 12:10:39 +0000 (12:10 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Aug 2001 12:10:39 +0000 (12:10 +0000)
old/fileutils/ChangeLog

index 8c5f238..9029d34 100644 (file)
@@ -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 ...
 
 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.