From: Jim Meyering Date: Sat, 7 Sep 1996 17:54:23 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19d^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c6c66b64e8102f2dbb33656a582138ba92d724;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b98c46a2e9..60c9bfd778 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ Sat Sep 7 12:25:42 1996 Jim Meyering + * 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.