summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-04-28 17:09:58 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-04-28 17:09:58 (GMT)
commit4afd3525b5e7ea01272b07281dd65833bdb885d7 (patch)
treec0225b84a6b1e9647c32bb0e8b48a312f51f778f /ChangeLog
parent28eb0289077aad0052036addef782cce499d0857 (diff)
parent39e076480d96baa096f628753c88b68eb9d7f601 (diff)
downloadtcl-4afd3525b5e7ea01272b07281dd65833bdb885d7.zip
tcl-4afd3525b5e7ea01272b07281dd65833bdb885d7.tar.gz
tcl-4afd3525b5e7ea01272b07281dd65833bdb885d7.tar.bz2
IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc314a3..b431346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-14-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+
+ IMPLEMENTATION OF TIP#398
+
+ * generic/tclIO.c: Quickly Exit with Non-Blocking Blocked Channels
+ * tests/io.test
+ * doc/close.n
+
2012-04-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclPort.h: Move CYGWIN-specific stuff from tclPort.h to