summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2012-03-19 16:51:06 (GMT)
committermax <max@tclers.tk>2012-03-19 16:51:06 (GMT)
commit922bb1be55898822b118f8354952137ac161b294 (patch)
tree7c57a6752bb2c00d868118cc445140bc15c1071b /ChangeLog
parent859cb34d2ddbdd2548004b0e044f759ed55e5ebe (diff)
downloadtcl-922bb1be55898822b118f8354952137ac161b294.zip
tcl-922bb1be55898822b118f8354952137ac161b294.tar.gz
tcl-922bb1be55898822b118f8354952137ac161b294.tar.bz2
* Use the values returned by getaddrinfo() for all three arguments to socket() instead of only using ai_family.
* Try to keep the most meaningful error while iterating over the result list, because using the last error can be misleading.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8e4bb8..4f894be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-19 Reinhard Max <max@suse.de>
+
+ * unix/tclUnixSock.c (Tcl_OpenTcpServer): Use the values returned
+ by getaddrinfo() for all three arguments to socket() instead of
+ only using ai_family. Try to keep the most meaningful error while
+ iterating over the result list, because using the last error can
+ be misleading.
+
2012-03-15 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tcl.h: [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin