+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
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
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.