From: Jim Meyering Date: Sat, 4 Aug 2001 15:22:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~527 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4475c1fb999aa4e8b49946cf80e5fb9712d3348a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 767c1f2dc2..e3f0165d06 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,13 @@ +2001-08-04 Jim Meyering + + * tests/mv/i-3: New test for the above fix. + 2001-07-15 Jim Meyering + * src/copy.c (copy_internal): Set *rename_succeeded, so that + the caller (mv) doesn't remove the source file. + FIXME: add test case + * src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include the new, generated file, unlocked-io.h. @@ -25,6 +33,7 @@ * src/copy.c (get_dest_mode): Clear set-user-ID and set-group-ID bits when copying (i.e., not in move mode) and not preserving permissions. Reported by kytek@cybercomm.net. + FIXME: add a test for this!!! 2001-07-02 Jim Meyering