summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-24 07:38:05 +0000
committerJim Meyering <jim@meyering.net>2000-06-24 07:38:05 +0000
commit4434e513bc60b7b4a2c20fb0a0a5bd7c3e069cfe (patch)
tree4c48e0aa6fe5c00052b70463de12c2ff8ce455a7 /old
parent39f35a55d3645b856a5083f6bde41bb0f26185db (diff)
downloadcoreutils-4434e513bc60b7b4a2c20fb0a0a5bd7c3e069cfe.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog12
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.