diff options
author | jenglish <jenglish@flightlab.com> | 2008-08-05 23:47:11 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-08-05 23:47:11 (GMT) |
commit | c290f50d94d557eda1ec276f0fd53e0879d281e8 (patch) | |
tree | dcf41166c3fae19596215e8942953d08da8c6270 /ChangeLog | |
parent | 1f1a20cf5974c8067fbc369f2205c8ef06c1d1cb (diff) | |
download | tcl-c290f50d94d557eda1ec276f0fd53e0879d281e8.zip tcl-c290f50d94d557eda1ec276f0fd53e0879d281e8.tar.gz tcl-c290f50d94d557eda1ec276f0fd53e0879d281e8.tar.bz2 |
Streamline async connect logic [Patch 1994512].
Consolidate error reporting paths in CreateSocket();
Restore blocking mode immediately after connect()
FD blocking mode is now consistent with [fconfigure ... -blocking]
setting while async connect is in progress.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-08-05 Joe English <jenglish@users.sourceforge.net> + + * unix/tclUnixChan.c: Streamline async connect logic [Patch 1994512] + 2008-08-05 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: Fix for [Bug 2038069] by dgp. |