summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-10 09:41:46 +0000
committerJim Meyering <jim@meyering.net>2001-01-10 09:41:46 +0000
commitfc6a8dcfb2ad0ce22f4a632fd1f0d71a3f755a61 (patch)
tree601ac33e7308c9b113a736f5570e4b6a55c7d681 /old/fileutils
parentcbb4300cc219fb3420936133cbab83b733415042 (diff)
downloadcoreutils-fc6a8dcfb2ad0ce22f4a632fd1f0d71a3f755a61.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c266dbe2b..62713b1eb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-10 Jim Meyering <meyering@lucent.com>
+
+ * src/copy.c (copy_internal): Don't allow cp (or mv, when working
+ across a partition boundary) to overwrite a non-directory with a
+ directory. Reported by Michael J. Croghan.
+ * tests/cp/dir-vs-file: New test for the above.
+ * tests/cp/Makefile.am (TESTS): Add dir-vs-file.
+
2001-01-09 Jim Meyering <meyering@lucent.com>
Give a better diagnostic for `cp -R a a'.