]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 16:56:17 +0000 (16:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 16:56:17 +0000 (16:56 +0000)
old/fileutils/ChangeLog

index 7c5fc04ddcb372938e692163eb2b10ccb60b5017..49d68da4a198bfc8bc854c0d11677fa8fabea8b7 100644 (file)
@@ -1,5 +1,12 @@
 2000-09-04  Jim Meyering  <meyering@lucent.com>
 
+       * tests/cp/same-file: Add new tests using cp's --rem option.
+       Reflect the fact that cp's -f option no longer causes cp to remove the
+       destination file before trying to open it.
+       Reflect the fact that `cp -bdl' now makes a backup when copying a
+       symlink onto the file it points to (FIXME: look into this, and why
+       cp -bl does *not* do so).
+
        * src/ln.c (do_link): Tweak diagnostics.
 
 2000-09-03  Jim Meyering  <meyering@lucent.com>