diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-16 09:26:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-16 09:26:10 +0000 |
commit | 5f5eb0cb241824e170b0ab8d38529dad5b1fa961 (patch) | |
tree | b11eeaef54b9d4ad14f3328e1464e0f38600bf14 /old | |
parent | 00c25e46b59910a6be80b958815a338317b1dea0 (diff) | |
download | coreutils-5f5eb0cb241824e170b0ab8d38529dad5b1fa961.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
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. |