diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-16 13:51:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-16 13:51:27 +0000 |
commit | 56dc5651a46db4fc3c767a886989739d2a1dc9fb (patch) | |
tree | e882d02d0149aeaf427ad60b29f8ba511b958eed | |
parent | c559eefb84a385bec79c96ba13647f346acf2c03 (diff) | |
download | coreutils-56dc5651a46db4fc3c767a886989739d2a1dc9fb.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8783d51ae..539163f0e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,25 @@ +2000-04-16 Jim Meyering <meyering@lucent.com> + + * 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 <meyering@lucent.com> + + * src/touch.c (touch): Add O_NOCTTY to the list of open-time flags. + 2000-04-13 Jim Meyering <meyering@lucent.com> Move some code into m4/. |