summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-01-22 11:13:16 +0000
committerPádraig Brady <P@draigBrady.com>2013-01-26 02:37:13 +0000
commit2238ab574191d30b89a007b760c616efaf9c219c (patch)
tree289b6fe06491cb9c30ceac15d607985c07d0981c /NEWS
parent326e5855bc8dd3d0c5b2c0e461c65879d2b5694d (diff)
downloadcoreutils-2238ab574191d30b89a007b760c616efaf9c219c.tar.xz
seq: fix to always honor the step value
* src/seq.c (main): With 3 positive integer args we were checking the end value was == "1", rather than the step value. * tests/misc/seq.pl: Add tests for this case. Reported by Marcel Böhme in http://bugs.gnu.org/13525
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 26939c178..22d90d590 100644
--- a/NEWS
+++ b/NEWS
@@ -57,7 +57,8 @@ GNU coreutils NEWS -*- outline -*-
seq -s no longer prints an erroneous newline after the first number, and
outputs a newline after the last number rather than a trailing separator.
- [bug introduced in coreutils-8.20]
+ Also seq no longer ignores a specified step value when the end value is 1.
+ [bugs introduced in coreutils-8.20]
** Changes in behavior