diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-16 14:48:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-16 14:48:25 +0000 |
commit | 535a5f905f855ff5663c1fca94f377368b62a5b4 (patch) | |
tree | deae0bd1e4426decb18aa30c0ec04f2fafe7afec /old/fileutils | |
parent | 34306581ac7564edf5ee5f1e5b84b5bef6569a62 (diff) | |
download | coreutils-535a5f905f855ff5663c1fca94f377368b62a5b4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e79a0ef44..e1cbe0f98 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +1999-10-16 Jim Meyering <meyering@ascend.com> + + * tests/cp/backup-is-src: Remove use of cp's now-deprecated -V option. + Use --b=simple instead of -b -V simple. + + * src/cp.c: Convert --backup to take an optional argument. + Deprecate --version-control (-V) in comments. + (usage): Remove mention of --version-control. + (main): Make -V warn then fall through into --backup case. + [--backup case]: Handle optional arg. + + * tests/cp/Makefile.am (TESTS): Add cp-mv-backup. + * tests/cp/cp-mv-backup: New file. + 1999-10-11 Jim Meyering <meyering@ascend.com> * lib/getopt.c: Merge changes from latest glibc. |