summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-05 19:19:01 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-05 19:19:01 (GMT)
commit67c0945cef73efba280dda5e10e75f8f740ca1ae (patch)
treed5cde9c6342d799dd709df022d80ecd665932579 /ChangeLog
parent2af5fccf013d0106280ab267b33a07945bcfb272 (diff)
downloadtcl-67c0945cef73efba280dda5e10e75f8f740ca1ae.zip
tcl-67c0945cef73efba280dda5e10e75f8f740ca1ae.tar.gz
tcl-67c0945cef73efba280dda5e10e75f8f740ca1ae.tar.bz2
fix abs(MIN_INT) [Bug 1241572]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eacdf0..935d45d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-05 Kevin Kenny <kennykb@users.sourceforge.net>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Fixed a corner case
+ * tests/expr.test (expr-38.1): where applying abs to
+ MIN_INT failed to promote the result to a wide integer.
+ [Bug #1241572]
+
2005-08-04 Don Porter <dgp@users.sourceforge.net>
* generic/tclObj.c: Simplified routines that manage the typeTable.