summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 20:46:04 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 20:46:04 +0000
commitdd08ddd29dcac7737b61e816e0d1a4a11a46c0ac (patch)
tree04019676205dc7a381f752fa1e92efe7ac37b4a5 /old/sh-utils/ChangeLog
parent2169593a4f2890a60923a2eb996f9e5cfa4447e2 (diff)
downloadcoreutils-dd08ddd29dcac7737b61e816e0d1a4a11a46c0ac.tar.xz
*** empty log message ***
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.