summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-16 09:26:10 +0000
committerJim Meyering <jim@meyering.net>2001-09-16 09:26:10 +0000
commit5f5eb0cb241824e170b0ab8d38529dad5b1fa961 (patch)
treeb11eeaef54b9d4ad14f3328e1464e0f38600bf14 /old
parent00c25e46b59910a6be80b958815a338317b1dea0 (diff)
downloadcoreutils-5f5eb0cb241824e170b0ab8d38529dad5b1fa961.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 8d6941b57..65641819c 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,18 @@
-2001-09-12 Jim Meyering <meyering@lucent.com>
+2001-09-16 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+ * man/Makefile.am: Revamp this file, as for fileutils.
+
+2001-09-14 Jim Meyering <meyering@lucent.com>
+
+ * src/md5sum.c (digest_check): On systems for which setmode actually
+ does something, arrange to read the file containing checksum strings
+ in text mode. Based on a patch from Chris Faylor.
+ * src/system.h (SET_MODE): Define.
+
+2001-09-12 Jim Meyering <meyering@lucent.com>
+
The command `echo a|./fmt -2147483647' would cause fmt to segfault.
* src/fmt.c (fmt_paragraph): Test for sentinal directly, rather than
doing arithmetic with it's potentially large (INT_MAX) length.