*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 16:04:24 +0000 (16:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 16:04:24 +0000 (16:04 +0000)
old/sh-utils/ChangeLog

index 768cf98423346a1ae6cb9d072fe2b95dbf03055f..0539d2c8f1b3b05fa71c7003e221479baae6f49b 100644 (file)
@@ -1,3 +1,19 @@
+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.