summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-05-25 00:07:53 (GMT)
committerhobbs <hobbs>2004-05-25 00:07:53 (GMT)
commit40784eec1443aeb03b936a7e779dfeb77faa2a3f (patch)
treedf19cabf7b9c5d444d9ff183f407bda447693fdf /ChangeLog
parentef7d2e991dce0522cc493243c5bd0d91df5fc06a (diff)
downloadtcl-40784eec1443aeb03b936a7e779dfeb77faa2a3f.zip
tcl-40784eec1443aeb03b936a7e779dfeb77faa2a3f.tar.gz
tcl-40784eec1443aeb03b936a7e779dfeb77faa2a3f.tar.bz2
* generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to
properly have tclIntType used for smaller values. This corrects TclX bug 896727 and any other 3rd party extension that created math functions but was not yet WIDE_INT aware in them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7530ba..dd8d67d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-24 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to
+ properly have tclIntType used for smaller values. This corrects
+ TclX bug 896727 and any other 3rd party extension that created
+ math functions but was not yet WIDE_INT aware in them.
+
2004-05-24 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclInterp.c (TclInitLimitSupport): Made limits work on