summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.