diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-28 08:31:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-28 08:31:39 +0000 |
commit | 904404bfd2f202871acafa9967d7f6ea9246ccd9 (patch) | |
tree | ca461a7ab0674dc31ecee2661a75dd6f5082ce42 /old | |
parent | a4d1bdafd60310bba575ac8531014a9fb32c1b00 (diff) | |
download | coreutils-904404bfd2f202871acafa9967d7f6ea9246ccd9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ce90a6517..9de92e46f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,22 @@ -2001-10-27 Jim Meyering <meyering@lucent.com> +2001-10-28 Jim Meyering <meyering@lucent.com> * Version 2.0.17. +2001-10-27 Paul Eggert <eggert@twinsun.com> + + * src/sum.c: Include human.h. + (ROTATE_RIGHT): Remove; it was slow and the comment was + misleading anyway. + (bsd_sum_file): Avoid unsigned and long when they're not needed. + Compute total input bytes as uintmax_t, not long, so that the + code works even with files whose size does not fit in 'long'. + (sysv_sum_file): Likewise. + (sysv_sum_file): Do not reduce checksum until the end; this is + what System V does. + Reported by Nick Lawes. + +2001-10-27 Jim Meyering <meyering@lucent.com> + Give an accurate diagnostic when `head --bytes=30M' fails. * src/head.c (string_to_integer): Check explicitly for overflow, and lump everything else together as `invalid'. |