diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-02 21:48:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-02 21:48:18 +0000 |
commit | ccef10d3736d45d2530ebd1d579f6924e6ba930c (patch) | |
tree | 9b4ad641d9c42a1480e8d2d70856494452b2a1d6 /ChangeLog | |
parent | e23f19a810f687a82d9f1c602c83e0f890b88353 (diff) | |
download | coreutils-ccef10d3736d45d2530ebd1d579f6924e6ba930c.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2003-09-02 Jim Meyering <jim@meyering.net> + + * Version 5.0.91. + 2003-08-22 Lawrence Teo <lcteo@uncc.edu> * src/md5sum.c (split_3): Accept the BSD format for generic @@ -16,8 +20,6 @@ 2003-08-30 Jim Meyering <jim@meyering.net> - * 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. |