]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 4 Aug 2001 15:22:55 +0000 (15:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Aug 2001 15:22:55 +0000 (15:22 +0000)
old/fileutils/ChangeLog

index 767c1f2dc2c0e2844a621516befe528785b5cb99..e3f0165d062a5c4feea99f10aec1e138297f4a6c 100644 (file)
@@ -1,5 +1,13 @@
+2001-08-04  Jim Meyering  <meyering@lucent.com>
+
+       * tests/mv/i-3: New test for the above fix.
+
 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
+
        * src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include
        the new, generated file, unlocked-io.h.
 
@@ -25,6 +33,7 @@
        * src/copy.c (get_dest_mode): Clear set-user-ID and set-group-ID bits
        when copying (i.e., not in move mode) and not preserving permissions.
        Reported by kytek@cybercomm.net.
+       FIXME: add a test for this!!!
 
 2001-07-02  Jim Meyering  <meyering@lucent.com>