From: Jim Meyering Date: Sat, 18 Aug 2001 16:04:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b87d62b760c14e53c3008611f63f209765d918f6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 768cf98423..0539d2c8f1 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,19 @@ +2001-08-18 Jim Meyering + + * Version 2.0.11. + +2001-06-20 Paul Eggert + + Modify 'expr' so that it uses intmax_t, not int, to calculate + the value of integer expressions. + + * src/expr.c (struct valinfo.i): Now intmax_t, not int. + (docolon, int_value, str_value, isstring, nextarg, toarith, + freev, tostring, trace): Remove unnecessary forward decls. + (int_value, printv, tostring, toarith, arithf, arithdivf, docolon, + eval6, eval4, eval3): Do integer arithmetic using intmax_t, not int. + (docolon): Don't assume size_t fits in int. + 2001-08-18 Jim Meyering Revert part of last change and solve the problem a better way.