diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-15 21:02:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-15 21:02:30 (GMT) |
commit | 7118dbc976774fdef3cc20ad168c22f23ed582f0 (patch) | |
tree | f7b7bc5b3c31a0c3f348987c7b5b21feac0477c3 /ChangeLog | |
parent | 0821784e04e2aa7a2582947073659cde9e421abd (diff) | |
download | tcl-7118dbc976774fdef3cc20ad168c22f23ed582f0.zip tcl-7118dbc976774fdef3cc20ad168c22f23ed582f0.tar.gz tcl-7118dbc976774fdef3cc20ad168c22f23ed582f0.tar.bz2 |
* generic/tclCmdMZ.c (TclProcessReturn): Now that primary
* generic/tclProc.c (TclUpdateReturnInfo): storage for the
errorInfo and errorCode values are internal fields, we can set
them at the time of the [return] command, and not have to wait
until the specified number of "-level"s have popped.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-10-15 Don Porter <dgp@users.sourceforge.net> + * generic/tclCmdMZ.c (TclProcessReturn): Now that primary + * generic/tclProc.c (TclUpdateReturnInfo): storage for the + errorInfo and errorCode values are internal fields, we can set + them at the time of the [return] command, and not have to wait + until the specified number of "-level"s have popped. + * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, TclEvalObjvInternal,Tcl_LogCommandInfo,TclAddObjErrorInfo): * generic/tclCmdAH.c (Tcl_CatchObjCmd): |