summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-02 19:03:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-02 19:03:29 (GMT)
commit113aefb96e7d02c017c28e139f8468a088e4cb6c (patch)
tree6256a25325cd78964bcd3c3ad278fdfee7c50896 /ChangeLog
parent5fb82ec7d47e27157b43708103e701c7a380c9d3 (diff)
downloadtcl-113aefb96e7d02c017c28e139f8468a088e4cb6c.zip
tcl-113aefb96e7d02c017c28e139f8468a088e4cb6c.tar.gz
tcl-113aefb96e7d02c017c28e139f8468a088e4cb6c.tar.bz2
2004-11-02 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: Corrected some misleading * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and ::errorCode information when the -setup, -body, and/or -cleanup scripts return an unexpected return code. Thanks to Robert Seeger for the fix. [RFE 1017151].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a7280..f0f86fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-02 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Corrected some misleading
+ * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and
+ ::errorCode information when the -setup, -body, and/or -cleanup scripts
+ return an unexpected return code. Thanks to Robert Seeger for the
+ fix. [RFE 1017151].
+
2004-11-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclExecute.c (TclExecuteByteCode): Improved version of