diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-11 13:09:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-11 13:09:45 (GMT) |
commit | 206047c64c05dcec08d93af6860fea9662f667b8 (patch) | |
tree | a55261b6ff47e3242aca80b0201fb7c27ef91ddf /ChangeLog | |
parent | a907261ea1119035e5c0c7150e96c62127ec2390 (diff) | |
download | tcl-206047c64c05dcec08d93af6860fea9662f667b8.zip tcl-206047c64c05dcec08d93af6860fea9662f667b8.tar.gz tcl-206047c64c05dcec08d93af6860fea9662f667b8.tar.bz2 |
win/tclWinConsole.c: Refactor common thread handling patterns.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ +2011-11-11 Donal K. Fellows <dkf@users.sf.net> + + * win/tclWinConsole.c: Refactor common thread handling patterns. + 2011-11-11 Alexandre Ferrieux <ferrieux@users.sourceforge.net> - * tests/zlib.test: Use nonblocking writes in single-threaded IO - tests to avoid deadlocks when going beyond OS buffers [Bug 3428756]. - Tidy up [chan configure] flags across zlib.test. + * tests/zlib.test: [Bug 3428756]: Use nonblocking writes in + single-threaded IO tests to avoid deadlocks when going beyond OS + buffers. Tidy up [chan configure] flags across zlib.test. 2011-11-03 Donal K. Fellows <dkf@users.sf.net> |