diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-04-14 12:38:09 +0200 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-04-14 12:38:09 +0200 |
commit | 81e589021d9c47e4fbc4284e82881a9703246476 (patch) | |
tree | 2258556550b9c8155e54cfcf3e50bc2745a52574 /NEWS | |
parent | 8faf269250e8eff5f5dd164dfa1d661c34f52ade (diff) | |
download | coreutils-81e589021d9c47e4fbc4284e82881a9703246476.tar.xz |
seq: do not allow 0 as increment value
* src/seq.c (main): Exit with an error diagnostic when the given
step value is Zero.
(usage): Document it.
* doc/coreutils.texi (seq invocation): Likewise.
* tests/misc/seq.pl: Add tests.
* NEWS (Changes in behavior): Mention the change.
Reported by Маренков Евгений in:
http://bugs.gnu.org/23110
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + seq no longer accepts 0 value as increment argument. + stat now outputs nanosecond information for time stamps even if they are out of localtime range. |