]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:46:04 +0000 (20:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:46:04 +0000 (20:46 +0000)
old/sh-utils/ChangeLog

index 64b035e7701c77e0dd8f11483d0fb7f3cb3f6613..c426e57fd744319bf190a502a5d2c508f295485d 100644 (file)
@@ -1,5 +1,14 @@
+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