diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-24 07:38:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-24 07:38:05 +0000 |
commit | 4434e513bc60b7b4a2c20fb0a0a5bd7c3e069cfe (patch) | |
tree | 4c48e0aa6fe5c00052b70463de12c2ff8ce455a7 | |
parent | 39f35a55d3645b856a5083f6bde41bb0f26185db (diff) | |
download | coreutils-4434e513bc60b7b4a2c20fb0a0a5bd7c3e069cfe.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a49b30f59..81a194d84 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +2000-06-24 Jim Meyering <meyering@lucent.com> + + * tests/sum/basic-1: New file. + * tests/sum/Makefile.am: New file. + * configure.in (AC_OUTPUT): Add tests/md5sum/Makefile. + * tests/Makefile.am (SUBDIRS): Add sum. + +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. + 2000-06-22 Bruno Haible <haible@clisp.cons.org> * src/cat.c (main): Correct a comment. |