diff options
author | max <max@tclers.tk> | 2012-06-22 15:25:24 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2012-06-22 15:25:24 (GMT) |
commit | 5a8367e149f598717dab86e248272257f4517f04 (patch) | |
tree | 5a0211bba7ea00dcd0859e0f68639c2ecd9d8d99 /ChangeLog | |
parent | 52c7ab0373f510018f799d3937d4ced51b2a481e (diff) | |
download | tcl-5a8367e149f598717dab86e248272257f4517f04.zip tcl-5a8367e149f598717dab86e248272257f4517f04.tar.gz tcl-5a8367e149f598717dab86e248272257f4517f04.tar.bz2 |
Rework the error message generation of [socket], so that the error
code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-06-22 Reinhard Max <max@suse.de> + + * generic/tclIOSock.c: Rework the error message generation of [socket], + * unix/tclUnixSock.c: so that the error code of getaddrinfo is used + * win/tclWinSock.c: instead of errno unless it is EAI_SYSTEM. + 2012-06-21 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinReg.c: [Bug #3362446]: registry keys command fails |