summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-30 22:45:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-30 22:45:10 (GMT)
commit5c16366d01d19e9cacbb662827823e070bc606cf (patch)
tree6b2ec1f6f1ea65672138439c60138372dcf4414c /ChangeLog
parentdd9bf5efaf27ae22d4c80c1e55bf79c422fb061c (diff)
downloadtcl-5c16366d01d19e9cacbb662827823e070bc606cf.zip
tcl-5c16366d01d19e9cacbb662827823e070bc606cf.tar.gz
tcl-5c16366d01d19e9cacbb662827823e070bc606cf.tar.bz2
* generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified
* tests/namespace.test (namespace-8.5,6): the save/restore of ::errorInfo and ::errorCode during global namespace teardown. Revised the comment to clarify why this is done, and added tests that will fail if this is not done. * generic/tclResult.c (TclTransferResult): Added safety checks so that unexpected undefined ::errorInfo or ::errorCode will not lead to a segfault. * generic/tclVar.c (CallVarTraces): Save/restore the flag * tests/var.test (var-16.1): values that define part of the interpreter state during variable traces. [Bug 10381021].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d2665..48e967d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-09-30 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified
+ * tests/namespace.test (namespace-8.5,6): the save/restore
+ of ::errorInfo and ::errorCode during global namespace teardown.
+ Revised the comment to clarify why this is done, and added tests
+ that will fail if this is not done.
+
+ * generic/tclResult.c (TclTransferResult): Added safety
+ checks so that unexpected undefined ::errorInfo or ::errorCode
+ will not lead to a segfault.
+
+ * generic/tclVar.c (CallVarTraces): Save/restore the flag
+ * tests/var.test (var-16.1): values that define part of the
+ interpreter state during variable traces. [Bug 10381021].
+
2004-09-30 Miguel Sofer <msofer@users.sf.net>
* tests/subst.test (12.2): test correction.