summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 16:04:24 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 16:04:24 +0000
commitb87d62b760c14e53c3008611f63f209765d918f6 (patch)
tree1e21b11cfe2f5a66510b93891b869ba2659f60e9 /old/sh-utils/ChangeLog
parentc6c2071280dc3bbf048381a002da551040f3e3ad (diff)
downloadcoreutils-b87d62b760c14e53c3008611f63f209765d918f6.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog16
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.