diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-03 20:57:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-03 20:57:40 +0000 |
commit | 0b28b559f4a80efd2bc9ed44d96ac5a7419bf685 (patch) | |
tree | d4fdf84d9de0b61664f04be00e0c88636a27a07c | |
parent | 3c365a2f32728d9ef5710782c3b88d3fd9af693a (diff) | |
download | coreutils-0b28b559f4a80efd2bc9ed44d96ac5a7419bf685.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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): |