summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-07 17:54:23 +0000
committerJim Meyering <jim@meyering.net>1996-09-07 17:54:23 +0000
commit14c6c66b64e8102f2dbb33656a582138ba92d724 (patch)
tree147e52e6f226d8adb30461ca1044d8f9a4b90549
parent58b136578ad1b365469d6075d56735343054440c (diff)
downloadcoreutils-14c6c66b64e8102f2dbb33656a582138ba92d724.tar.xz
.
-rw-r--r--old/textutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b98c46a2e..60c9bfd77 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
Sat Sep 7 12:25:42 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/system.h: Add comments justifying IS* versions of ctype.h macros.
+
* src/fmt.c (check_punctuation): Use ISPUNCT instead of ispunct.
(get_line): Use ISSPACE instead of isspace. From Bruno Haible.