From: Jim Meyering Date: Sun, 14 Oct 2001 20:55:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39f15c676a31fb883febdc24aebeefa82ae17b15;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 752f7af168..54504cd1ec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,18 @@ -2001-10-13 Jim Meyering +2001-10-14 Jim Meyering * 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 + * src/copy.c (copy_internal): Tighten up and add comments describing the test for when to record (via remember_copied) a triple.