summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-13 20:53:41 +0000
committerJim Meyering <jim@meyering.net>2001-10-13 20:53:41 +0000
commita810608d0d96103a51b508af2b3452b399351e63 (patch)
tree4f48bc5f82d0b5d701274de5ce34d53a136f6fe9 /old
parentd78d5d448fae2c4816b37b68cf431b934b7bba6f (diff)
downloadcoreutils-a810608d0d96103a51b508af2b3452b399351e63.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 956c186bc..752f7af16 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,12 @@
* Version 4.1.1.
+ * 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.
+ Relax the test that guards the hard-linked-dir check and
+ the hard-link-preserving code.
+
Remove the link-preserving semantics from cp_options.dereference.
Clean up the code that preserves links for `cp -d' and `mv'.
Introduce new options:
@@ -32,6 +38,8 @@
* src/install.c (cp_option_init): Initialize new member to 0.
* src/mv.c (cp_option_init): Initialize new member to 1.
+ * tests/cp/link-preserve: Add tests for some of the above.
+
2001-10-13 Jim Meyering <meyering@lucent.com>
* src/copy.h (struct cp_options) [failed_unlink_is_fatal]: Remove