diff options
author | hobbs <hobbs> | 2004-05-25 00:08:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-25 00:08:23 (GMT) |
commit | 2178c51e4f47a6c6e161dc11518bfa588422d69c (patch) | |
tree | fdecaaf0163378551be35c84575090618075a5cc /ChangeLog | |
parent | 12e64294fc3db4bba8ccacd7a75e769c759ca1ab (diff) | |
download | tcl-2178c51e4f47a6c6e161dc11518bfa588422d69c.zip tcl-2178c51e4f47a6c6e161dc11518bfa588422d69c.tar.gz tcl-2178c51e4f47a6c6e161dc11518bfa588422d69c.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 Miguel Sofer <msofer@users.sf.net> * doc/set.n: accurate description of name resolution process, |