summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-14 20:55:02 +0000
committerJim Meyering <jim@meyering.net>2001-10-14 20:55:02 +0000
commit39f15c676a31fb883febdc24aebeefa82ae17b15 (patch)
tree771cfbc69a15536f89bab666b68d8d50df860f94 /old/fileutils
parentaf51884dacad9b0b99271d0a429dc600cc177b72 (diff)
downloadcoreutils-39f15c676a31fb883febdc24aebeefa82ae17b15.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 752f7af16..54504cd1e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,18 @@
-2001-10-13 Jim Meyering <meyering@lucent.com>
+2001-10-14 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
+ Now, -P is the same as --no-dereference, per POSIX.
+ Use --parents to get the old meaning.
+
+ * src/cp.c (enum) [NO_DEREFERENCE_OPTION]: Remove member.
+ (long_opts): Associate --no-dereference with `-P'.
+ (usage): Update description of -P.
+ (main): Remove local, used_P_option, and code to warn
+ that the meaning of -P would be changing.
+
+2001-10-13 Jim Meyering <meyering@lucent.com>
+
* src/copy.c (copy_internal): Tighten up and add comments
describing the test for when to record (via remember_copied)
a <dst_path, source_dev, source_ino> triple.