]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 14 Oct 2001 20:55:02 +0000 (20:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Oct 2001 20:55:02 +0000 (20:55 +0000)
old/fileutils/ChangeLog

index 752f7af168140c6a186ea5a14c4a9d39cb51cc80..54504cd1ecd3b2c70cb337969ed0e0cc3dee02bf 100644 (file)
@@ -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.