summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-30 20:26:49 +0000
committerJim Meyering <jim@meyering.net>2003-08-30 20:26:49 +0000
commita71deb531630f0d21d1aa071d7b3146f449f9ba0 (patch)
tree47bcf419ef1c1ca9f7dbf20026b994d4337d5d0c /ChangeLog
parent27a8f1e732dbb2d70fb9eee82e63bc3e9a4e3fa7 (diff)
downloadcoreutils-a71deb531630f0d21d1aa071d7b3146f449f9ba0.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6990f6e5..014c665c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* 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
on a partition (e.g. VFAT) on which distinct names may refer to the
same directory entry (often due to variations in case), and when the
@@ -11,6 +13,7 @@
* 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.
+ * tests/mv/vfat: Disabled test to demonstrate the above problem.
2003-08-27 Jim Meyering <jim@meyering.net>