]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 16 Sep 2001 09:26:10 +0000 (09:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Sep 2001 09:26:10 +0000 (09:26 +0000)
old/textutils/ChangeLog

index 8d6941b57ecb10ba59b95e6ddd2e3d00f9ffcd5a..65641819cdfe731aaa91e5cce275590f0d5b97a3 100644 (file)
@@ -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.