diff options
-rw-r--r-- | old/fileutils/ChangeLog | 18 |
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. |