diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-21 17:07:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-21 17:07:28 (GMT) |
commit | 055d04eb7c2503a7531fe07aa46252b2476e1db4 (patch) | |
tree | 9f8028b7ed3ca8902a548293045e037167ee023d /ChangeLog | |
parent | 302b35c0ac3658a27a30f795d3229e8a43eb5379 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |