From: Jim Meyering Date: Tue, 3 Feb 2004 18:40:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c365a2f32728d9ef5710782c3b88d3fd9af693a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1696c9994f..d76f2a7ccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,13 @@ fractional seconds for files on an XFS file system, but that stat's fractional seconds were always zero. +2004-01-28 Paul Eggert + + * 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 * src/seq.c (usage): Mention that if INCREMENT is omitted,