summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-02 04:21:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-02 04:21:38 (GMT)
commitec917053061e438dba385646ae15104397cd6dfa (patch)
treefe057425206591083b49370c32e543cc760f7650 /ChangeLog
parenta4f55f2e8217331b1246d87b5244116fbe7be28b (diff)
downloadtcl-ec917053061e438dba385646ae15104397cd6dfa.zip
tcl-ec917053061e438dba385646ae15104397cd6dfa.tar.gz
tcl-ec917053061e438dba385646ae15104397cd6dfa.tar.bz2
* tests/namespace.test (namespace-8.7): Another test for save/restore
of ::errorInfo and ::errorCode during global namespace teardown.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3bdf1d..39c02a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-02 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/namespace.test (namespace-8.7): Another test for save/restore
+ of ::errorInfo and ::errorCode during global namespace teardown.
+
2004-10-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclProc.c (TclObjGetFrame, Tcl_UplevelObjCmd):