summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-21 17:07:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-21 17:07:28 (GMT)
commit055d04eb7c2503a7531fe07aa46252b2476e1db4 (patch)
tree9f8028b7ed3ca8902a548293045e037167ee023d /ChangeLog
parent302b35c0ac3658a27a30f795d3229e8a43eb5379 (diff)
downloadtcl-055d04eb7c2503a7531fe07aa46252b2476e1db4.zip
tcl-055d04eb7c2503a7531fe07aa46252b2476e1db4.tar.gz
tcl-055d04eb7c2503a7531fe07aa46252b2476e1db4.tar.bz2
* generic/tclInt.h (Interp):
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): * generic/tclResult.c (GetKeys,ReleaseKeys,etc.): Moved the key values of the return options dictionary out of private fields of the Interp struct and into thread-static values managed in tclResult.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f843ea2..1762e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-10-21 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclInt.h (Interp):
+ * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):
+ * generic/tclResult.c (GetKeys,ReleaseKeys,etc.):
+ Moved the key values of the return options dictionary out of
+ private fields of the Interp struct and into thread-static
+ values managed in tclResult.c.
+
* generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):
Updated to call the new TclGet/SetReturnOptions routines to do
much of their work.