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