summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--old/sh-utils/ChangeLog7
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.