diff options
author | Steven Schubiger <schubiger@gmail.com> | 2008-02-18 22:39:22 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-19 15:41:16 +0100 |
commit | 4f3ff2e7007a6591294e1a656782b5f239f9840c (patch) | |
tree | 7ed8264c7566377c6730cddaaf3b47567e73151b /TODO | |
parent | a1e715698a038af7ff341011a2aeecf6729c8de9 (diff) | |
download | coreutils-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 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -61,8 +61,6 @@ printf: consider adapting builtins/printf.def from bash df: add `--total' option, suggested here http://bugs.debian.org/186007 -seq: give better diagnostics for invalid formats: - e.g. no or too many % directives seq: consider allowing format string to contain no %-directives tail: don't use xlseek; it *exits*. |