diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-23 20:43:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-23 20:43:11 +0000 |
commit | a54b71f493265371207af3f693a459130d6b9595 (patch) | |
tree | 1fc5413e3fc937c609f6d044c4da3b0d7e7e56e3 | |
parent | 08f55c4b7c8cef5b1f2f139aa6257542e51c42ad (diff) | |
download | coreutils-a54b71f493265371207af3f693a459130d6b9595.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 968ed71e1..7657bd8de 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,27 @@ -1999-05-22 Jim Meyering <meyering@ascend.com> +1999-05-23 Jim Meyering <meyering@ascend.com> * Version 4.0i. + * tests/cp/same-file: Correct erroneous expected output from + the `cp -f foo foo' tests. + * lib/same.h: New file. + * lib/same.c: New file (function extracted from ln.c). + * lib/Makefile.am (libfu_a_SOURCES): Add same.c. + (noinst_HEADERS): Add same.h. + * src/copy.c: Include same.h. + * src/ln.c (same_name): Remove function. + <same.h>: Include this instead. + <dirname.h>: No longer include this. + * tests/mv/force: Be sure we still allow `mv -f FILE LINK-TO-FILE'. + + * src/copy.c (copy_internal): Make it so `cp/mv -f FILE FILE' does not + remove FILE. Suggestion from Chris Yeo. + * tests/mv/force: New test, for the above fix. + * tests/mv/Makefile.am (TESTS): Add force. + (TESTS_ENVIRONMENT): Change PATH to be absolute. + + * tests/mv/force (mv): New test. + 1999-05-17 Paul Eggert <eggert@twinsun.com> * lib/getdate.y (get_date): Let mktime deduce tm_isdst if we |