summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-10 15:58:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-10 15:58:23 (GMT)
commit8048c05964d4b0329fd31bed281ffe2e82e8358b (patch)
treeefeaf30833fe71b7beb85ebe7fdb492308f52831 /ChangeLog
parent64a4cb5635ebcaa6a114e48d9cf23d37fc4e9017 (diff)
parentfb5daf45d18254aa262a8727aae8a18eb235f838 (diff)
downloadtcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.zip
tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.tar.gz
tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.tar.bz2
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c3e2e..9c42929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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]).
+ * doc/expr.n: [Bug 3594188] Clarifications about commas.
+
+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
+ spotting.
+
2012-12-07 Jan Nijtmans <nijtmans@users.sf.net>
* unix/dltest/pkgb.c: Turn pkgb.so into a Tcl9 interoperability test