From 487366d09105746d6c99ad90b52bb03afecc4535 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Jun 1996 02:00:16 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9984f86..6b3ea24 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Tue Jun 18 20:54:05 1996 Jim Meyering + + * 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 * doc/Makefile.am (EXTRA_DIST): Add texinfo.tex. -- 2.7.4