diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-08 13:23:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-08 13:23:31 +0000 |
commit | 1a282c62b742dacba48867dc1af4f1ec08b92a18 (patch) | |
tree | b28989954ae182c31a00e3209ef5563aecf792af | |
parent | 4d6b3bb492dc916247ade6a5beb80e90c267ff83 (diff) | |
download | coreutils-1a282c62b742dacba48867dc1af4f1ec08b92a18.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9b1faf1e2..1745f3659 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2001-09-04 Jim Meyering <meyering@lucent.com> +2001-09-08 Jim Meyering <meyering@lucent.com> * 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 <eggert@twinsun.com> * src/ls.c (get_link_name): Update use of xreadlink. |