]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:22:05 +0000 (22:22 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:22:05 +0000 (22:22 +0000)
ChangeLog

index 00ced4523cf4f8900d33d3e43a23786f3412b55a..22a4b19e6a120e9616945ab8f581bc1bfa97282a 100644 (file)
--- 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.