From a54b71f493265371207af3f693a459130d6b9595 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 23 May 1999 20:43:11 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 968ed71..7657bd8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,27 @@ -1999-05-22 Jim Meyering +1999-05-23 Jim Meyering * 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. + : Include this instead. + : 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 * lib/getdate.y (get_date): Let mktime deduce tm_isdst if we -- 2.7.4