diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-19 03:31:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-19 03:31:00 (GMT) |
commit | 5ed945e98e1caf70d6ea848c61dcbc45a4d12431 (patch) | |
tree | 8d15729d0f7217c739f7d371d25b7d05a6206d1d /ChangeLog | |
parent | 056b49e15ce3aeeb276308a5bb1380859964f423 (diff) | |
download | tcl-5ed945e98e1caf70d6ea848c61dcbc45a4d12431.zip tcl-5ed945e98e1caf70d6ea848c61dcbc45a4d12431.tar.gz tcl-5ed945e98e1caf70d6ea848c61dcbc45a4d12431.tar.bz2 |
* tests/chanio.test: Replaced [chan event] handlers that
returned TCL_RETURN return code, with more conventional ones
that return TCL_OK to suppress otherwise strange writes of
outdated $::errorInfo values to stderr. [Bug 2444274].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ 2008-12-18 Don Porter <dgp@users.sourceforge.net> + * tests/chanio.test: Replaced [chan event] handlers that + returned TCL_RETURN return code, with more conventional ones + that return TCL_OK to suppress otherwise strange writes of + outdated $::errorInfo values to stderr. [Bug 2444274]. + * generic/tclExecute.c: Disabled apparently faulty assertion. [Bug 2415422]. |