1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-09-02 21:48:18 +00:00
parent e23f19a810
commit ccef10d373
+6 -3
View File
@@ -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.