From: Jim Meyering Date: Sat, 6 Sep 2003 21:37:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220f481d5f0b5fa5f22ad50cf0e2c06dc173ff15;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 3247443df0..16d7a0e1b6 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,11 @@ GNU coreutils NEWS -*- outline -*- `df DIR' used to hang under some conditions on OSF/1 5.1. Now it doesn't. + seq's --width (-w) option now works properly even when the endpoint + requiring the larger width is negative and smaller than the other endpoint. + + seq's default step is 1, even if LAST < FIRST. + * Major changes in release 5.0.90: