summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-19 03:31:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-19 03:31:00 (GMT)
commit5ed945e98e1caf70d6ea848c61dcbc45a4d12431 (patch)
tree8d15729d0f7217c739f7d371d25b7d05a6206d1d /ChangeLog
parent056b49e15ce3aeeb276308a5bb1380859964f423 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ecadd2..a2881bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].