summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-12-08 17:13:03 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-12-08 17:13:03 (GMT)
commit5ab4d052c526754eca52cbec0aea41c6a61d7fb6 (patch)
tree0f791e6a1c31503f425647e6d72c0fd24010d59d /ChangeLog
parent8ea32cad84602b02b1eab7b2ca01bf583bd1c9db (diff)
downloadtcl-5ab4d052c526754eca52cbec0aea41c6a61d7fb6.zip
tcl-5ab4d052c526754eca52cbec0aea41c6a61d7fb6.tar.gz
tcl-5ab4d052c526754eca52cbec0aea41c6a61d7fb6.tar.bz2
Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed nonblocking channels. Thanks Miguel for spotting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c3e2e..c1a3ff7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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