diff options
author | Jim Meyering <jim@meyering.net> | 1996-02-16 05:15:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-02-16 05:15:26 +0000 |
commit | 796e41bedf62eb1c96c4addc2c311a7cbb512ead (patch) | |
tree | 5c75f9151d75763718f934448e3b27d0d06d4ac6 /old | |
parent | 816194943b6b42ddd3b0adb27b7d7e886683f858 (diff) | |
download | coreutils-796e41bedf62eb1c96c4addc2c311a7cbb512ead.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dead3c08f..25324be8b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |