diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-28 17:09:58 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-28 17:09:58 (GMT) |
commit | 4afd3525b5e7ea01272b07281dd65833bdb885d7 (patch) | |
tree | c0225b84a6b1e9647c32bb0e8b48a312f51f778f /ChangeLog | |
parent | 28eb0289077aad0052036addef782cce499d0857 (diff) | |
parent | 39e076480d96baa096f628753c88b68eb9d7f601 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |