From: Jim Meyering Date: Fri, 5 Sep 2003 06:59:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23181a481db6d956cbb0083c64da6a4ff6aa0ef9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index fc358d0e29..88a086dea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-09-04 Paul Eggert + + * src/seq.c (step): Default to 1. + (print_numbers): Allow the output to be empty. + (main): The default step is 1, even if LAST < FIRST; + as per documentation. + * tests/seq/basic (onearg-2): Output should be empty. + 2003-09-05 Jim Meyering * Version 5.0.91. @@ -8,7 +16,7 @@ * configure.ac (AM_INIT_AUTOMAKE): Specify automake-1.7.6. Make seq's --width (-w) option work properly even when the - endpoint requiring the largest width is negative and smaller than + endpoint requiring the larger 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).