summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-07 05:52:41 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-07 05:52:41 +0000
commit8863262663aecbef559d45090ab256be1ae668d2 (patch)
tree3aa5df7195e524f9160a1c68a28c9265bb77a96e /ChangeLog
parentdea306fe784789b0d9b7f63cd53f3b492d3a691d (diff)
downloadcoreutils-8863262663aecbef559d45090ab256be1ae668d2.tar.xz
The 'expr' command now detects and reports integer overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22bb95f8f..c6a98a361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
+2006-06-06 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * NEWS: The 'expr' command now detects and reports integer overflow.
+ (It would be better to use extended precision instead, but that
+ would be more work.)
+ * src/expr.c (integer_overflow): New function.
+ (eval4, eval3): Check for integer overflow.
+
+2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
+
Fix problems when building with Solaris/SVR4/etc. make, which uses a
different and somewhat bogus implementation of VPATH. In the
directory tests/misc, rename tests whose names might appear in the