diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2011-09-01 21:03:12 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2011-09-01 21:03:12 (GMT) |
commit | 9d11f87f176b6d4318a556e83316e338759a426a (patch) | |
tree | 4633faee0c9a9589a50ba7e0cd94a48509d16bc5 /ChangeLog | |
parent | 4a4571c9fe2d509639a55f8a366fd631e67a6800 (diff) | |
download | tcl-9d11f87f176b6d4318a556e83316e338759a426a.zip tcl-9d11f87f176b6d4318a556e83316e338759a426a.tar.gz tcl-9d11f87f176b6d4318a556e83316e338759a426a.tar.bz2 |
[Bug 3401422] Cache script-level changes to the nonblocking flag of an async client socket in progress, and commit them on completion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-09-01 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * unix/tclUnixSock.c: [Bug 3401422] Cache script-level changes to + the nonblocking flag of an async client socket in progress, and + commit them on completion. + 2011-09-01 Don Porter <dgp@users.sourceforge.net> * generic/tclStrToD.c: [Bug 3402540] Corrections to TclParseNumber() |