From: Jim Meyering Date: Sat, 8 Sep 2001 13:23:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a282c62b742dacba48867dc1af4f1ec08b92a18;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9b1faf1e26..1745f36592 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2001-09-04 Jim Meyering +2001-09-08 Jim Meyering * Version 4.1.1. + * src/copy.c (copy_internal): Add braces around now-multi-stmt + if-block. This fixes a bug introduced by my 2001-08-06 change. + * tests/mv/i-4: New test, for the above. + * tests/mv/Makefile.am (TESTS): Add i-4. + 2001-09-04 Paul Eggert * src/ls.c (get_link_name): Update use of xreadlink.