diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-23 04:16:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-23 04:16:43 +0000 |
commit | 5425625fb3bd37f6fad54bd76b04ff45351f648b (patch) | |
tree | d1c5cdfbb28d1f8b7f87a097acbcb700ee12412a /old/fileutils | |
parent | 94d1ea4fa98c40599b959e2f606b0468e172f406 (diff) | |
download | coreutils-5425625fb3bd37f6fad54bd76b04ff45351f648b.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/fileutils/NEWS | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 644a24849..f644d381b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 22 22:14:10 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/cp.c (copy): With -i and not -f, prompt for any type of + (non-directory) source file before overwriting an existing target. + Reported by Mark A. Thomas. + Tue Nov 19 23:10:32 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (AM_SANITY_CHECK_CC): Remove it. Autoconf-2.11 diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 71b07bfce..600ef448e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,6 @@ Changes in release 3.14: [3.13j] +* cp -i /dev/null existing-file now prompts before overwriting the target * ls --color highlights orphaned symlinks text on terminals that support it [3.13i] * ls -l honors current locale with respect to abbreviated month names (and, |