diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-04 16:56:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-04 16:56:17 +0000 |
commit | d7dfef329f1bb28cd4a1b85375de51d669bfae9d (patch) | |
tree | dc471cba7f6a6263d627e03067f4cee340ba0d66 /old/fileutils/ChangeLog | |
parent | daaa56f9854c871d6a45805f611b9c98a1cdb690 (diff) | |
download | coreutils-d7dfef329f1bb28cd4a1b85375de51d669bfae9d.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7c5fc04dd..49d68da4a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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> |