summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-17 18:11:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-17 18:11:31 (GMT)
commit68778453cedcc72078811676bbb0ae096624bb61 (patch)
tree3ff5b0d08fc6c11734a851a66f7a5c85907a26ca /ChangeLog
parent988b6b7363ad3960973bce0c1bb8d6b3cefe289f (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dfb8b6..0858384 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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