diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-17 18:14:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-17 18:14:39 (GMT) |
commit | eb525a0f96bf0cf638c0c4c8c10ce6920b02fdad (patch) | |
tree | 5996880bc2fc392bdc3fb4ac2b9778de9d45e301 /ChangeLog | |
parent | 4102201597cb5b9018a06d858ebd08fe4322761a (diff) | |
download | tcl-eb525a0f96bf0cf638c0c4c8c10ce6920b02fdad.zip tcl-eb525a0f96bf0cf638c0c4c8c10ce6920b02fdad.tar.gz tcl-eb525a0f96bf0cf638c0c4c8c10ce6920b02fdad.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 |