diff options
author | max <max@tclers.tk> | 2011-06-22 14:32:08 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2011-06-22 14:32:08 (GMT) |
commit | 1c62f6292415d473e04e2ba64d352cc2f7a6779f (patch) | |
tree | 274b62d75b972d905d3edaa69f409ea3fbf14d04 /ChangeLog | |
parent | 906dd226aa2911803ca45f13b2e180a180b2bdfe (diff) | |
parent | 7134bb5ab5e5dfde9615f5a82325d4eb6e160a91 (diff) | |
download | tcl-1c62f6292415d473e04e2ba64d352cc2f7a6779f.zip tcl-1c62f6292415d473e04e2ba64d352cc2f7a6779f.tar.gz tcl-1c62f6292415d473e04e2ba64d352cc2f7a6779f.tar.bz2 |
Merge fixes for [socket -async] and other improvements to the unix socket code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-06-22 Reinhard Max <max@suse.de> + + Merge from rmax-ipv6-branch: + * unix/tclUnixSock.c: Fix [socket -async], so that all addresses + returned by getaddrinfo() are tried, not just the first one. This + requires the event loop to be running while the async connection + is in progress. ***POTENTIAL INCOMPATIBILITY*** + * tests/socket.test: Add a test for the above. + * doc/socket: Document the fact that -async needs the event loop + * generic/tclIOSock.c: AI_ADDRCONFIG is broken on HP-UX + 2011-06-21 Don Porter <dgp@users.sourceforge.net> * generic/tclLink.c: Prevent multiple links to a single Tcl |