summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-02 14:26:06 +0000
committerJim Meyering <jim@meyering.net>2001-09-02 14:26:06 +0000
commitfb3d344a5b3e81518ca14f749f41e39774282347 (patch)
tree45f28404c17eeb3ef2e2e7d8bdc280d4c02ff235 /old
parent93a2f5757618b1f6753927ad18d94cd751000f59 (diff)
downloadcoreutils-fb3d344a5b3e81518ca14f749f41e39774282347.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 798f11667..260b11c55 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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
@@ -124,10 +125,13 @@
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.
@@ -147,9 +151,6 @@
* 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.