summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-14 10:30:42 +0000
committerJim Meyering <jim@meyering.net>2001-11-14 10:30:42 +0000
commitedd66bd2944b399251a0dd954b565248794c1966 (patch)
tree5fb004c67354d14c2c888dbbe7d7b9b9e22b681d /old
parentdb29cde02a26db9c6aa72aed285c8f4742ee9329 (diff)
downloadcoreutils-edd66bd2944b399251a0dd954b565248794c1966.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a4a045749..bc2fefe69 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,11 @@
-2001-11-09 Jim Meyering <meyering@lucent.com>
+2001-11-12 Jim Meyering <meyering@lucent.com>
* Version 4.1.2.
+ * tests/rm/r-3: Clean up.
+
+2001-11-09 Jim Meyering <meyering@lucent.com>
+
* configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no
arguments.
@@ -336,7 +340,7 @@
This mv command should fail (likewise for cp), rather than
silently clobbering one of the source files.
rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c
- Reported by from Dan Jacobson.
+ Reported by Dan Jacobson.
* src/cp.c (do_copy): Call dest_info_init if necessary.
* src/install.c (main): Likewise.