]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 3 Feb 2004 18:40:30 +0000 (18:40 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Feb 2004 18:40:30 +0000 (18:40 +0000)
ChangeLog

index 1696c9994f4988b59afb21ebb634a27acec92cb3..d76f2a7ccbac13dd1e303a2795f4a262b52117de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        fractional seconds for files on an XFS file system, but that stat's
        fractional seconds were always zero.
 
+2004-01-28  Paul Eggert  <eggert@twinsun.com>
+
+       * src/seq.c (print_numbers): Use 'double' for loop index, not
+       'int', to avoid problems with integer overflow.  On almost all
+       machines 'double' works in every case where 'int' works, and
+       it works on other cases besides.
+
 2004-01-27  Jim Meyering  <jim@meyering.net>
 
        * src/seq.c (usage): Mention that if INCREMENT is omitted,