From: Jim Meyering Date: Tue, 2 Sep 2003 21:48:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_0_91~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccef10d3736d45d2530ebd1d579f6924e6ba930c;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a9a973ae7..bdaedef31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-02 Jim Meyering + + * Version 5.0.91. + 2003-08-22 Lawrence Teo * src/md5sum.c (split_3): Accept the BSD format for generic @@ -16,8 +20,6 @@ 2003-08-30 Jim Meyering - * Version 5.0.91. - * src/ln.c (do_link): Use SAME_INODE rather than open-coding it. When source and destination arguments refer to the same file, reside @@ -25,7 +27,8 @@ same directory entry (often due to variations in case), and when the link count for the file is 1, mv no longer unlinks the file. FIXME: this is a band-aid fix. If the file happens to have a link - count of 2 or greater, mv will still unlink it. + count of 2 or greater, mv will still unlink it. Although that is + not possible on VFAT, it is possible on other offending file systems. * src/copy.c (same_file_ok): Invoke same_name (which might still return false for names that refer to the same directory entry) only if the link count is 2 or more.