summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index fc31ffb9e..6c77a0cd1 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -2,6 +2,11 @@ Thu Dec 12 06:07:30 1996 Jim Meyering <meyering@na-net.ornl.gov>
* Version 1.14.
+ * src/system.h: (ISDIGIT): New definition from Paul Eggert.
+ This one evaluates its argument exactly once and is more efficient
+ on some systems.
+ (ISDIGIT_LOCALE): Renamed from ISDIGIT.
+
* configure.in: Bump version to 1.14.
* lib/getdate.y (IN_CTYPE_DOMAIN): Rename from ISASCII.