From: Jim Meyering Date: Sat, 7 Sep 1996 17:52:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19d~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b136578ad1b365469d6075d56735343054440c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e02b60c706..a0b5228814 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 7 12:25:42 1996 Jim Meyering + + * src/system.h: Add comments justifying IS* versions of ctype.h macros. + Thu Sep 5 18:12:44 1996 Jim Meyering * src/chmod.c (main): Don't set verbose flag for --changes. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0b74bc7bd6..c5528488b3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 7 12:41:39 1996 Jim Meyering + + * src/system.h: Add comments justifying IS* versions of ctype.h macros. + + * lib/getdate.y: Define and use upper case variants of ctype.h + is* macros. From Bruno Haible. + Thu Sep 5 22:12:20 1996 Jim Meyering * lib/strftime.c: New version from glibc.