From: Jim Meyering Date: Sat, 16 Oct 1999 14:48:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=535a5f905f855ff5663c1fca94f377368b62a5b4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e79a0ef448..e1cbe0f987 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +1999-10-16 Jim Meyering + + * 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 * lib/getopt.c: Merge changes from latest glibc.