summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-03 22:29:41 +0000
committerJim Meyering <jim@meyering.net>2002-03-03 22:29:41 +0000
commitf6ac75fd2c285cca9bad166e0b2d7df8759f900b (patch)
treed55d4debea46cb053055b9e9e47e820c59a2edd4 /old/fileutils
parentc76a2ddf15d5e6f2614949ec072a155547716d03 (diff)
downloadcoreutils-f6ac75fd2c285cca9bad166e0b2d7df8759f900b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e015eef17..f5cecddcf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,24 @@
-2002-03-02 Jim Meyering <meyering@lucent.com>
+2002-03-03 Jim Meyering <meyering@lucent.com>
* Version 4.1.6.
+2002-03-03 Paul Eggert <eggert@twinsun.com>
+
+ Make cp -r equivalent to cp -R. Add a new cp option --copy-contents
+ for people who want to emulate the traditional (and rarely desirable)
+ cp -r behavior.
+
+ * src/cp.c (COPY_CONTENTS_OPTION): New enum value.
+ (long_opts): Add --copy-contents.
+ (usage): Describe new behavior. Sort options.
+ (main): Implement new behavior. Remove diagnostics for -a and -r;
+ no longer needed.
+ * src/copy.c (copy_internal): Remove -r warning; no longer needed.
+
+ * NEWS: Document this.
+
+2002-03-02 Jim Meyering <meyering@lucent.com>
+
* src/copy.c (copy_internal): For each symlink copied by cp -r,
issue a warning that `cp -r' is not portable.