From: Jim Meyering Date: Mon, 4 Sep 2000 16:56:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~44 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d7dfef329f1bb28cd4a1b85375de51d669bfae9d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7c5fc04ddc..49d68da4a1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,12 @@ 2000-09-04 Jim Meyering + * 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