summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-12-09 11:52:04 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-12-09 11:52:04 (GMT)
commitff12195b2b7d3b9d0f8f4441bd3ec0c991ba742b (patch)
tree13a42d7647ddc27c229ac4a03f30cdd9c28e4282 /ChangeLog
parent5ab4d052c526754eca52cbec0aea41c6a61d7fb6 (diff)
downloadtcl-ff12195b2b7d3b9d0f8f4441bd3ec0c991ba742b.zip
tcl-ff12195b2b7d3b9d0f8f4441bd3ec0c991ba742b.tar.gz
tcl-ff12195b2b7d3b9d0f8f4441bd3ec0c991ba742b.tar.bz2
Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test under certain conditions (see [Bug 3389289] and [Bug 3389251]).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1a3ff7..aeb6a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-09 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ * tests/chan.test: Clean up unwanted eofchar side-effect of
+ chan-4.6 leading to a spurious "'" at end of chan.test under
+ certain conditions (see [Bug 3389289] and [Bug 3389251]).
+
2012-12-08 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclIO.c: Fix busyloop at exit under TCL_FINALIZE_ON_EXIT
when there are unflushed nonblocking channels. Thanks Miguel for