summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-13 11:12:23 +0000
committerJim Meyering <jim@meyering.net>2001-12-13 11:12:23 +0000
commitfc0b04b09353ced1cd98d0e545d119a4fa2fed50 (patch)
tree813573e0ec081ac5fac7858a6d8dd384bdc1767b
parent8471372f24b80813e8b419afe41222ab1bfed7b1 (diff)
downloadcoreutils-fc0b04b09353ced1cd98d0e545d119a4fa2fed50.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9deaacf86..ade4c4155 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,13 @@
+2001-12-13 Jim Meyering <meyering@lucent.com>
+
+ * Version 2.0.19.
+
+2001-12-12 Bruno Haible <bruno@clisp.org>
+ Paul Eggert <eggert@twinsun.com>
+
+ * src/wc.c (wc): Use ISSPACE and iswspace in addition to hard-coding
+ the ASCII space character.
+
2001-12-08 Jim Meyering <meyering@lucent.com>
* Version 2.0.19.
@@ -5901,7 +5911,7 @@ Sat Sep 23 15:43:46 1995 Jim Meyering (meyering@comco.com)
* Makefile.in (DISTFILES): Add README.alpha.
* lib/Makfile.in (GETOPT, MEMCHR, REGEX): New variables.
- (OBJECTS): Use them instead of hardcoding object file names.
+ (OBJECTS): Use them instead of hard-coding object file names.
Suggested by Ulrich Drepper.
* md5sum.c (md5_check): Distinguish between open/read failure