diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-18 16:04:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-18 16:04:24 +0000 |
commit | b87d62b760c14e53c3008611f63f209765d918f6 (patch) | |
tree | 1e21b11cfe2f5a66510b93891b869ba2659f60e9 /old/sh-utils | |
parent | c6c2071280dc3bbf048381a002da551040f3e3ad (diff) | |
download | coreutils-b87d62b760c14e53c3008611f63f209765d918f6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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,5 +1,21 @@ 2001-08-18 Jim Meyering <meyering@lucent.com> + * Version 2.0.11. + +2001-06-20 Paul Eggert <eggert@twinsun.com> + + 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 <meyering@lucent.com> + Revert part of last change and solve the problem a better way. * src/date.c (show_date) [--rfc-822]: Set LC_ALL=C just before calling strftime and restore it just afterwards. |