diff options
author | max <max@tclers.tk> | 2012-03-19 16:51:06 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2012-03-19 16:51:06 (GMT) |
commit | 922bb1be55898822b118f8354952137ac161b294 (patch) | |
tree | 7c57a6752bb2c00d868118cc445140bc15c1071b /ChangeLog | |
parent | 859cb34d2ddbdd2548004b0e044f759ed55e5ebe (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |