summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-04 22:22:05 +0000
committerJim Meyering <jim@meyering.net>2003-09-04 22:22:05 +0000
commit4b60fac4da1278bd6632cd5d287568f5999c6abb (patch)
treeb6b694cb0de7d2bae682b0e3c351055a8020a5f3 /ChangeLog
parent221e569fbfeafc27b579b9e96d7d42d83ae0fc97 (diff)
downloadcoreutils-4b60fac4da1278bd6632cd5d287568f5999c6abb.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00ced4523..22a4b19e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* Version 5.0.91.
+ Make seq's --width (-w) option work properly even when the
+ endpoint requiring the largest width is negative and smaller than
+ the other endpoint.
+ * src/seq.c (get_width_format): Include `-' in the set of bytes
+ allowed in a `simple' number (no decimal point, no exponent).
+ Reported by Patrick Mauritz.
+
2003-09-02 Paul Eggert <eggert@twinsun.com>
* NEWS: sort -t '\0' now uses a NUL tab.