summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-17 18:14:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-17 18:14:39 (GMT)
commiteb525a0f96bf0cf638c0c4c8c10ce6920b02fdad (patch)
tree5996880bc2fc392bdc3fb4ac2b9778de9d45e301 /ChangeLog
parent4102201597cb5b9018a06d858ebd08fe4322761a (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d57345c..1750f96 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