diff options
author | rmax <rmax> | 2010-12-14 17:22:55 (GMT) |
---|---|---|
committer | rmax <rmax> | 2010-12-14 17:22:55 (GMT) |
commit | 8fbf69efab55ad2cc2c533f0ba55f4c700f102c6 (patch) | |
tree | 651c928a7c05b73cc10da462b8298d30a19e1802 /ChangeLog | |
parent | 93ef2ca8ce830fe5a8a6126835ea3f5d269e2e6c (diff) | |
download | tcl-8fbf69efab55ad2cc2c533f0ba55f4c700f102c6.zip tcl-8fbf69efab55ad2cc2c533f0ba55f4c700f102c6.tar.gz tcl-8fbf69efab55ad2cc2c533f0ba55f4c700f102c6.tar.bz2 |
* win/tclWinSock.c (CreateSocket): Swap the loops over
* unix/tclUnixSock.c (CreateClientSocket): local and remote
addresses, so that the system's address preference for the remote
side decides which family gets tried first. Cleanup and clarify
some of the comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-12-14 Reinhard Max <max@suse.de> + + * win/tclWinSock.c (CreateSocket): Swap the loops over + * unix/tclUnixSock.c (CreateClientSocket): local and remote + addresses, so that the system's address preference for the remote + side decides which family gets tried first. Cleanup and clarify + some of the comments. + 2010-12-13 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: [Bug 3135271] Link error due to hidden |