summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@gmail.com>2008-02-18 22:39:22 +0100
committerJim Meyering <meyering@redhat.com>2008-02-19 15:41:16 +0100
commit4f3ff2e7007a6591294e1a656782b5f239f9840c (patch)
tree7ed8264c7566377c6730cddaaf3b47567e73151b /NEWS
parenta1e715698a038af7ff341011a2aeecf6729c8de9 (diff)
downloadcoreutils-4f3ff2e7007a6591294e1a656782b5f239f9840c.tar.xz
seq: give better diagnostics for invalid formats.
* src/seq.c: (validate_format): New function. (main): Use it. * tests/misc/seq (fmt-d, fmt-e): Test for expected diagnostics with invalid formats. * NEWS: Mention this change. * TODO: Remove this item. [jm: src/seq.c: make diagnostics more consistent tests/misc/seq (fmt-eos1): adjust the expected diagnostic ]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index daa5633b6..233e514d3 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ GNU coreutils NEWS -*- outline -*-
ls --color no longer outputs unnecessary escape sequences
+ seq gives better diagnostics for invalid formats.
+
** Consistency
mkdir and split now write --verbose output to stdout, not stderr.