diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2011-11-11 10:58:43 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2011-11-11 10:58:43 (GMT) |
commit | a907261ea1119035e5c0c7150e96c62127ec2390 (patch) | |
tree | 26d034a62a99ee9862be05b4ad377d8864692484 /ChangeLog | |
parent | 3ad283728dbcb52ba80de264ac53c6f9bac43b87 (diff) | |
download | tcl-a907261ea1119035e5c0c7150e96c62127ec2390.zip tcl-a907261ea1119035e5c0c7150e96c62127ec2390.tar.gz tcl-a907261ea1119035e5c0c7150e96c62127ec2390.tar.bz2 |
Generalize previous fix to all of zlib.test; also, tidy up [chan configure] flags across zlib.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * 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. 2011-11-03 Donal K. Fellows <dkf@users.sf.net> |