summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-25 20:24:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-25 20:24:06 (GMT)
commit2ddf71d5d424c34dfbcc0b9f55cf9baeabbe9e4b (patch)
treeffc6b697abc55d76757181f5a753ccc2895f2a58 /ChangeLog
parenta982cad7ac7f927864d62b50b62a961526b15852 (diff)
downloadtcl-2ddf71d5d424c34dfbcc0b9f55cf9baeabbe9e4b.zip
tcl-2ddf71d5d424c34dfbcc0b9f55cf9baeabbe9e4b.tar.gz
tcl-2ddf71d5d424c34dfbcc0b9f55cf9baeabbe9e4b.tar.bz2
* generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):
Removed several DECACHE_INFO/CACHE_INFO pairs that are no longer needed for protection because routines like Tcl_SetErrorCode() and Tcl_AddErrorInfo() can no longer re-enter bytecode execution. * generic/tclResult.c (TclProcessReturn): Bug fix. Be sure that a missing -errorinfo option when code == TCL_ERROR causes the errorInfo field to get reset. * tests/thread.test (thread-4.4): Test depended on a ::errorInfo value initialized to "". Added code to test to setup that requirement.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d25fa5..98494f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-10-25 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):
+ Removed several DECACHE_INFO/CACHE_INFO pairs that are no longer
+ needed for protection because routines like Tcl_SetErrorCode() and
+ Tcl_AddErrorInfo() can no longer re-enter bytecode execution.
+
+ * generic/tclResult.c (TclProcessReturn): Bug fix. Be sure that
+ a missing -errorinfo option when code == TCL_ERROR causes the
+ errorInfo field to get reset.
+
+ * tests/thread.test (thread-4.4): Test depended on a ::errorInfo
+ value initialized to "". Added code to test to setup that requirement.
+
* library/auto.tcl Purged Tcl's script library of all
* library/clock.tcl remaining references to global vars
* library/init.tcl ::errorInfo and ::errorCode.