summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-30 16:03:53 +0000
committerJim Meyering <jim@meyering.net>1999-04-30 16:03:53 +0000
commit60695039c044f17002ce0f6b07ff6b00bd122a59 (patch)
tree9bc19476c9e0fd8ff66f4637e95fda6d8db06946 /old
parent806520fdc086a91a9f192aee5e3c1ba2a004b2a6 (diff)
downloadcoreutils-60695039c044f17002ce0f6b07ff6b00bd122a59.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0fd01bdf1..ccdecab1c 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,21 @@
+1999-04-30 Jim Meyering <meyering@ascend.com>
+
+ * src/copy.c (copy_internal): Move the one-file-system test so that
+ it follows the `if (new_dst || !S_ISDIR (dst_sb.st_mode))' block.
+ Prior to this change, `cp --one-file-system' would traverse a file-
+ system boundary if the destination directory existed.
+ From thospel@mail.dma.be.
+
+1999-04-26 Jim Meyering <meyering@ascend.com>
+
+ * tests/mv/into-self-2: Update to reflect this change by reversing
+ the order of arguments so the symlink is the source, not the
+ destination (otherwise, the mv command would now succeed).
+
+ * src/copy.c (copy_internal): Don't make `mv foo symlink-to-foo' fail.
+ That is, even though source and destination are `the same,' don't fail
+ if the destination is a symlink. From Peter Samuelson.
+
1999-04-26 Paul Eggert <eggert@twinsun.com>
* src/dd.c (main): If you can't open an output file (with