diff options
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9984f8654..6b3ea24fc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * system.h (STREQ): New macro. + + * cp.c (do_copy): When the force and backup options have been + specified and the source and destination are the same name for an + existing, regular file, convert the user's command, e.g. + `cp --force --backup foo foo' to `cp --force foo fooSUFFIX' + where SUFFIX is determined by any version control options used. + At urging of (most recently) Karl Berry. + Sun Jun 16 13:40:22 1996 Jim Meyering <meyering@na-net.ornl.gov> * doc/Makefile.am (EXTRA_DIST): Add texinfo.tex. |