From b87d62b760c14e53c3008611f63f209765d918f6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Aug 2001 16:04:24 +0000 Subject: *** empty log message *** --- old/sh-utils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'old/sh-utils/ChangeLog') diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 768cf9842..0539d2c8f 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. -- cgit v1.2.3-54-g00ecf