diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-05-28 02:43:06 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-05-28 02:50:11 +0100 |
commit | 2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d (patch) | |
tree | 63c2344e7e932ef8900e32dc9e9ee2112fa4301e /NEWS | |
parent | 785234bc173a87ca26ad62ff2a64197039f0c459 (diff) | |
download | coreutils-2ab72e3a4364a9dea2a086aa6adfdd02fca53b3d.tar.xz |
cksum: line-buffer the printed checksums
This utility was inadvertently omitted from commit v8.0-34-g710fe41
* src/cksum.c (main): Set stdout to line buffered mode, to ensure
parallel running instances don't intersperse their output.
* NEWS: Mention the fix.
* THANKS.in: Add Anoop.
Reported by Anoop Sharma.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cksum now prints checksums atomically so that concurrent + processes will not intersperse their output. + [the bug dates back to the initial implementation] + ls --color would mis-color relative-named symlinks in / [bug introduced in coreutils-8.17] |