summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-22 13:31:14 +0000
committerJim Meyering <jim@meyering.net>2000-09-22 13:31:14 +0000
commitf680954f1f306c0a8dcde5518238446beea5c34a (patch)
tree6dd8f3d44d8da54bd54c89eb7846e4584b2d2596 /old/fileutils/ChangeLog
parente7a17082b43b65cd4c27abfd32b1792b1685e037 (diff)
downloadcoreutils-f680954f1f306c0a8dcde5518238446beea5c34a.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 81c7a8f1b..38d29298e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,8 +1,22 @@
+2000-09-19 Jim Meyering <meyering@lucent.com>
+
+ * src/cp.c (main): When used with --force, each of the --link and
+ --symbolic-link options now implies --remove-destination.
+ Reported by Miles Bader via Mike Stone.
+ * tests/cp/link: New file. Test for the above fix.
+ * tests/cp/same-file: Adjust for this change in behavior.
+
+2000-09-15 Volker Borchert <bt@teknon.de>
+
+ * tests/Makefile.am (check-root, root-hint): New targets.
+ (check-recursive): Depend on root-hint.
+ * Makefile.am (check-root): New target.
+
2000-09-16 Jim Meyering <meyering@lucent.com>
* doc/perm.texi (Changing Special Permissions): Remove this statement:
- `a' in the USERS part of a symbolic mode does not cause the special
- permissions to be affected... It doesn't reflect what the code does
+ ``a' in the USERS part of a symbolic mode does not cause the special
+ permissions to be affected'... It doesn't reflect what the code does
and isn't required by POSIX. Reported by aldomel@ix.netcom.com via
Mike Stone.