summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-15 21:02:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-15 21:02:30 (GMT)
commit7118dbc976774fdef3cc20ad168c22f23ed582f0 (patch)
treef7b7bc5b3c31a0c3f348987c7b5b21feac0477c3 /ChangeLog
parent0821784e04e2aa7a2582947073659cde9e421abd (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d49934..acbfabe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):