summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-06-18 14:30:57 +0100
committerPádraig Brady <P@draigBrady.com>2014-06-18 18:05:02 +0100
commit5ad16c2a0f11e48f1b1e3968b7b390591ce6f908 (patch)
treec4790e332c6cdc371a6c2cd8babe98979fd47d3a /NEWS
parent8a51bd37362cdbfc2fab50458a67452a546dcfaf (diff)
downloadcoreutils-5ad16c2a0f11e48f1b1e3968b7b390591ce6f908.tar.xz
seq: fix incorrect output with start or end of -0
* src/seq.c (main): Avoid seq_fast() with a start or end of -0. * tests/misc/seq.pl: Add test cases. * NEWS: Mention the fix. Fixes http://bugs.gnu.org/17800
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d1fe9940..77286f884 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,9 @@ GNU coreutils NEWS -*- outline -*-
ptx now consistently trims whitespace when processing multiple files.
[This bug was present in "the beginning".]
+ seq again generates correct output with start or end values = -0.
+ [bug introduced in coreutils-8.20.]
+
shuf --repeat no longer dumps core if the input is empty.
[bug introduced with the --repeat feature in coreutils-8.22]