diff options
author | max <max@tclers.tk> | 2012-11-26 17:40:29 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2012-11-26 17:40:29 (GMT) |
commit | 3c5b4af0d42e9175d48a6e114ec5f3ec05e1b915 (patch) | |
tree | 60634b3a981e4b5eb065fcb79e2802a07b9292b3 /ChangeLog | |
parent | d75ffb6da4c2a55321744117c7e7ae7943392060 (diff) | |
download | tcl-3c5b4af0d42e9175d48a6e114ec5f3ec05e1b915.zip tcl-3c5b4af0d42e9175d48a6e114ec5f3ec05e1b915.tar.gz tcl-3c5b4af0d42e9175d48a6e114ec5f3ec05e1b915.tar.bz2 |
Factor out creation of the -sockname and -peername lists from
TcpGetOptionProc() to TcpHostPortList(). Make it robust against
implementations of getnameinfo() that error out if reverse mapping
fails instead of falling back to the numeric representation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-11-26 Reinhard Max <max@suse.de> + + * unix/tclUnixSock.c: Factor out creation of the -sockname and + -peername lists from TcpGetOptionProc() to TcpHostPortList(). + Make it robust against implementations of getnameinfo() that error + out if reverse mapping fails instead of falling back to the + numeric representation. + 2012-11-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclBinary.c (BinaryDecode64): [Bug 3033307]: Corrected |