diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-07 17:52:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-07 17:52:07 +0000 |
commit | 58b136578ad1b365469d6075d56735343054440c (patch) | |
tree | e25d703c08f371ed636650e9506c8e243b5b408e /old | |
parent | 139408f86753e63ed06e6687ea9cd64cf1e94f6f (diff) | |
download | coreutils-58b136578ad1b365469d6075d56735343054440c.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e02b60c70..a0b522881 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +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. + Thu Sep 5 18:12:44 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/chmod.c (main): Don't set verbose flag for --changes. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0b74bc7bd..c5528488b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 7 12:41:39 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * lib/strftime.c: New version from glibc. |