diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-01-14 08:46:21 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-01-29 23:33:25 +0000 |
commit | 32626bde6d68508109a99dfe0a089a0025f56085 (patch) | |
tree | 5f45efbab1684bbf57184dbdc82e7f7ebb6cf151 /NEWS | |
parent | d4db0cb1827730ed5536c12c0ebd024283b3a4db (diff) | |
download | coreutils-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |