summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2011-09-01 21:03:12 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2011-09-01 21:03:12 (GMT)
commit9d11f87f176b6d4318a556e83316e338759a426a (patch)
tree4633faee0c9a9589a50ba7e0cd94a48509d16bc5 /ChangeLog
parent4a4571c9fe2d509639a55f8a366fd631e67a6800 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06ece36..a5bac84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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()