]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 14 Nov 2001 10:30:42 +0000 (10:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 Nov 2001 10:30:42 +0000 (10:30 +0000)
old/fileutils/ChangeLog

index a4a045749ddec57467c04433a81b0b9a0fc09051..bc2fefe69e0c7793f25647b9073e0c9a0557696c 100644 (file)
@@ -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.
 
        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.