From: Jim Meyering Date: Sat, 18 Aug 2001 20:46:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd08ddd29dcac7737b61e816e0d1a4a11a46c0ac;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 64b035e770..c426e57fd7 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,14 @@ +2001-08-18 Jim Meyering + * Version 2.0.12. +2001-06-21 Paul Eggert + + * 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 * src/expr.c: Code cleanup to avoid tricky macros and