From: Jim Meyering Date: Tue, 3 Feb 2004 20:57:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.3~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b28b559f4a80efd2bc9ed44d96ac5a7419bf685;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 45b7fd33eb..a427581172 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ GNU coreutils NEWS -*- outline -*- time stamps output by stat now include actual fractional seconds, when available -- or .0000000 for files without that information. + seq no longer suffers integer overflow when printing 2^32 or more numbers. + For reference, seq `echo 2^32|bc` > /dev/null takes about two hours + on a 1.6 GHz Athlon 2000 XP. Now it can output 2^53-1 numbers before + misbehaving. * Major changes in release 5.1.2 (2004-01-25):