diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-07 05:52:41 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-07 05:52:41 +0000 |
commit | 8863262663aecbef559d45090ab256be1ae668d2 (patch) | |
tree | 3aa5df7195e524f9160a1c68a28c9265bb77a96e /ChangeLog | |
parent | dea306fe784789b0d9b7f63cd53f3b492d3a691d (diff) | |
download | coreutils-8863262663aecbef559d45090ab256be1ae668d2.tar.xz |
The 'expr' command now detects and reports integer overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |