summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-08-05 23:47:11 (GMT)
committerjenglish <jenglish@flightlab.com>2008-08-05 23:47:11 (GMT)
commitc290f50d94d557eda1ec276f0fd53e0879d281e8 (patch)
treedcf41166c3fae19596215e8942953d08da8c6270 /ChangeLog
parent1f1a20cf5974c8067fbc369f2205c8ef06c1d1cb (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6e96b4..9271629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.