From: Jim Meyering Date: Sun, 16 Sep 2001 09:26:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f5eb0cb241824e170b0ab8d38529dad5b1fa961;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8d6941b57e..65641819cd 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,18 @@ -2001-09-12 Jim Meyering +2001-09-16 Jim Meyering * Version 2.0.15. + * man/Makefile.am: Revamp this file, as for fileutils. + +2001-09-14 Jim Meyering + + * 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 + 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.