From: Jim Meyering Date: Sun, 16 Apr 2000 13:51:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56dc5651a46db4fc3c767a886989739d2a1dc9fb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8783d51ae0..539163f0e6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,25 @@ +2000-04-16 Jim Meyering + + * src/cp.c: New option: --strip-trailing-slashes. + (enum) [STRIP_TRAILING_SLASHES_OPTION]: New member. + (remove_trailing_slashes): New global. + (long_opts): New getopt spec. + (usage): Describe. + (do_copy): Strip trailing slashes on SOURCE names only if the new + option has been specified. + (main): New case. + + * tests/cp/symlink-slash: New test for the change in behavior. + * tests/cp/Makefile.am (TESTS): Add symlink-slash. + + * doc/fileutils.texi (Trailing slashes): Factor out discussion on + trailing slashes into its own node. + Cross reference from cp and mv. + +2000-04-14 Jim Meyering + + * src/touch.c (touch): Add O_NOCTTY to the list of open-time flags. + 2000-04-13 Jim Meyering Move some code into m4/.