diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-17 18:11:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-17 18:11:31 (GMT) |
commit | 68778453cedcc72078811676bbb0ae096624bb61 (patch) | |
tree | 3ff5b0d08fc6c11734a851a66f7a5c85907a26ca /ChangeLog | |
parent | 988b6b7363ad3960973bce0c1bb8d6b3cefe289f (diff) | |
download | tcl-68778453cedcc72078811676bbb0ae096624bb61.zip tcl-68778453cedcc72078811676bbb0ae096624bb61.tar.gz tcl-68778453cedcc72078811676bbb0ae096624bb61.tar.bz2 |
* generic/tclInt.h: Correct the TclGetLongFromObj,
TclGetIntFromObj, and TclGetIntForIndexM macros so that they
retrieve the internalRep.longValue field instead of casting the
internalRep.otherValuePtr field to type long.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-09-17 Don Porter <dgp@users.sourceforge.net> + + * generic/tclInt.h: Correct the TclGetLongFromObj, + TclGetIntFromObj, and TclGetIntForIndexM macros so that they + retrieve the internalRep.longValue field instead of casting the + internalRep.otherValuePtr field to type long. + 2008-09-17 Miguel Sofer <msofer@users.sf.net> * library/init.tcl: export min and max commands from the mathfunc |