]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 16 Feb 1996 05:15:26 +0000 (05:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Feb 1996 05:15:26 +0000 (05:15 +0000)
old/fileutils/ChangeLog

index dead3c08f7ebdeacff2e9059441e15ecee000d25..25324be8ba44e1eea65630efd21b29805004f991 100644 (file)
@@ -1,3 +1,11 @@
+Thu Feb 15 23:08:41 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * cp.c (copy): Detect (and fail) when creating backup file would
+       destroy the source file.  Before, running the commands
+       cd /tmp; rm -f a a~; : > a; echo A > a~; cp -b -V simple a~ a
+       would leave two zero-length files: a and a~.
+       Reported by Martin C. Martin <mcm@cs.cmu.edu>.
+
 Mon Feb 12 23:23:25 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * configure.in (LIBOBJS): Split assignment into two statements to