summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-01-14 08:46:21 +0000
committerPádraig Brady <P@draigBrady.com>2011-01-29 23:33:25 +0000
commit32626bde6d68508109a99dfe0a089a0025f56085 (patch)
tree5f45efbab1684bbf57184dbdc82e7f7ebb6cf151 /NEWS
parentd4db0cb1827730ed5536c12c0ebd024283b3a4db (diff)
downloadcoreutils-32626bde6d68508109a99dfe0a089a0025f56085.tar.xz
join: ensure --header skips the order check with empty files
* src/join.c: Skip the header even if one of the files is empty. * tests/misc/join: Add a test case. * NEWS: Mention the fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b389f654..a042ee016 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ GNU coreutils NEWS -*- outline -*-
argument following the one containing the moved sub-tree.
[bug introduced in coreutils-5.1.0]
+ join --header now skips the ordering check for the first line
+ even if the other file is empty. [bug introduced in coreutils-8.5]
+
rm -f no longer fails for EINVAL or EILSEQ on file systems that
reject file names invalid for that file system.