From: Jim Meyering Date: Wed, 14 Nov 2001 10:30:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edd66bd2944b399251a0dd954b565248794c1966;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a4a045749d..bc2fefe69e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,11 @@ -2001-11-09 Jim Meyering +2001-11-12 Jim Meyering * Version 4.1.2. + * tests/rm/r-3: Clean up. + +2001-11-09 Jim Meyering + * 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.