summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-07 16:43:40 +0000
committerJim Meyering <jim@meyering.net>2003-09-07 16:43:40 +0000
commit0895ee0069f5acea2e7627d913d70cf1888ffd62 (patch)
treeefab175d32333c356031c4bf8a0b5ad06177fa71 /NEWS
parentb3361039bbd28f24d9485644b0533eee5df1a799 (diff)
downloadcoreutils-0895ee0069f5acea2e7627d913d70cf1888ffd62.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70e01e179..cc256f53e 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,11 @@ GNU coreutils NEWS -*- outline -*-
that support hard links (stat.st_nlink > 1). This mitigates the problem
in two ways: few file systems appear to be affected (hpfs and ntfs are),
when the bug is triggered, mv no longer removes the last hard link to a file.
+ *** ATTENTION ***: if you know how to distinguish the following two cases
+ without writing to the file system in question, please let me know:
+ 1) B and b refer to the same directory entry on a file system like NTFS
+ (B may well have a link count larger than 1)
+ 2) B and b are hard links to the same file
stat no longer overruns a buffer for format strings ending in `%'
@@ -52,7 +57,7 @@ GNU coreutils NEWS -*- outline -*-
seq's default step is 1, even if LAST < FIRST.
- paste no longer mistakenly outputs 0xff bytes for a nonempty input file
+ paste no longer mistakenly outputs 0xFF bytes for a nonempty input file
without a trailing newline.
`tail -n0 -f FILE' and `tail -c0 -f FILE' no longer perform what amounted