diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-27 16:43:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-27 16:43:52 +0000 |
commit | df5b9c4dc338e3e8dcc4ef319b1c1bd61fa0d66a (patch) | |
tree | 42caa7e1c6a5bc4dd0ae3f8e3c4aa9dd7f5f45f5 /old | |
parent | cda8d2a9af44922e189968b06f994f98da603f9c (diff) | |
download | coreutils-df5b9c4dc338e3e8dcc4ef319b1c1bd61fa0d66a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d7bf3d2ae..ce90a6517 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1363,7 +1363,8 @@ 2000-06-22 Bruno Haible <haible@clisp.cons.org> * src/sum.c (sysv_sum_file): Avoid overflowing 32-bit accumulator - on files larger than 256 MB. + on files whose bytes sum to 2^32 or larger. The smallest such file + contains 16,843,010 bytes, nearly all of which have the value 0xff. 2000-06-22 Bruno Haible <haible@clisp.cons.org> |