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/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 64b035e77..c426e57fd 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,16 @@
+2001-08-18 Jim Meyering <meyering@lucent.com>
+
* Version 2.0.12.
2001-06-21 Paul Eggert <eggert@twinsun.com>
+ * src/expr.c (isstring): Remove.
+ (eval2): Do comparisons as strings first, before trying to convert to
+ integer. This avoids loss of information and wrong result, e.g. for
+ "expr '00' '<' '0!'", where you don't want to convert '00' to '0'.
+
+2001-06-21 Paul Eggert <eggert@twinsun.com>
+
* src/expr.c: Code cleanup to avoid tricky macros and
old-style function declarations.