diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-02 19:03:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-02 19:03:29 (GMT) |
commit | 113aefb96e7d02c017c28e139f8468a088e4cb6c (patch) | |
tree | 6256a25325cd78964bcd3c3ad278fdfee7c50896 /ChangeLog | |
parent | 5fb82ec7d47e27157b43708103e701c7a380c9d3 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |