diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 02:00:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 02:00:16 +0000 |
commit | 487366d09105746d6c99ad90b52bb03afecc4535 (patch) | |
tree | c426bf902aae23198b53e45f4fd2911670124b2c | |
parent | 6099222717e97badb90a01ca948a2482f9177038 (diff) | |
download | coreutils-487366d09105746d6c99ad90b52bb03afecc4535.tar.xz |
.
-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. |