diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-02 19:03:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-02 19:03:04 (GMT) |
commit | 85b5881a0a77a3e3f640365026d6c8722f83c4df (patch) | |
tree | 43d52e5aac7dbc1f74096edb2e9afc91b6f30b1a /ChangeLog | |
parent | 22950832b701d9cbc8f109de3cf39f70fe4745b3 (diff) | |
download | tcl-85b5881a0a77a3e3f640365026d6c8722f83c4df.zip tcl-85b5881a0a77a3e3f640365026d6c8722f83c4df.tar.gz tcl-85b5881a0a77a3e3f640365026d6c8722f83c4df.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): NaN-equality fix from |