This makes seq's --width (-w) option work properly even when the
authorJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:21:25 +0000 (22:21 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Sep 2003 22:21:25 +0000 (22:21 +0000)
commit221e569fbfeafc27b579b9e96d7d42d83ae0fc97
tree57017c7a41f4e9da11128017299e994832f3f7ca
parent0bfd14e9b68e474e1bf13343bdf0854063ee5728
This makes seq's --width (-w) option work properly even when the
endpoint requiring the largest width is negative and smaller than
the other endpoint.

(get_width_format): Include `-' in the set of bytes
allowed in a `simple' number (no decimal point, no exponent).
src/seq.c