*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 2 Sep 2001 14:26:06 +0000 (14:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Sep 2001 14:26:06 +0000 (14:26 +0000)
old/fileutils/ChangeLog

index 798f116672fcffe5fbaf146f5f5e150a3a595ca2..260b11c55386208e0208a7f68e8405bf7c7f4ee2 100644 (file)
@@ -58,6 +58,7 @@
        Now, in the absence of --force (-f), if stdin is a tty and an
        existing destination is not writable mv will prompt before
        overwriting the destination file.
+       Reported by Vin Shelton.
 
        * src/copy.c (overwrite_prompt): New function.
        (copy_internal): Separate the mv-specific and non-move_mode code
 
 2001-08-06  Jim Meyering  <meyering@lucent.com>
 
+       Fix the bug whereby `mv -uf source dest' would delete source,
+       even though it's older than dest.
+
        * 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?
+       Reported by Phelippe Neveu.
 
        * tests/mv/update: New test for the above.
        * tests/mv/Makefile.am (TESTS): Add update.
        * tests/root-only: Remove *all* write access, not just that
        of the owner.
 
-       * src/copy.c (copy_internal): FIXME
-       Reported by Vin Shelton.
-
        * tests/mv/i-3: New test for the above fix.
        * tests/mv/Makefile.am (TESTS): Add i-3.