diff options
author | rmax <rmax> | 2005-12-12 11:28:22 (GMT) |
---|---|---|
committer | rmax <rmax> | 2005-12-12 11:28:22 (GMT) |
commit | 7a116443a870099b88001b8017e2100cc8ee0937 (patch) | |
tree | df0dd8c2d195a2222f37a8b228cc6b19f6106260 /ChangeLog | |
parent | 935e1e7bff4e2328bdf256ef524c4a6a3aa9947e (diff) | |
download | tcl-7a116443a870099b88001b8017e2100cc8ee0937.zip tcl-7a116443a870099b88001b8017e2100cc8ee0937.tar.gz tcl-7a116443a870099b88001b8017e2100cc8ee0937.tar.bz2 |
* generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case
so that it doesn't break on compilers that don't assume integers
to wrap around (e.g. gcc-4.1.0).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-12-12 Reinhard Max <max@suse.de> + + * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case + so that it doesn't break on compilers that don't assume integers + to wrap around (e.g. gcc-4.1.0). + 2005-12-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * tests/lsearch.test (lsearch-10.8..10): If the -start is off the end, |