From: Jim Meyering Date: Thu, 4 Sep 2003 22:22:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b60fac4da1278bd6632cd5d287568f5999c6abb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 00ced4523c..22a4b19e6a 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 * NEWS: sort -t '\0' now uses a NUL tab.