summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2012-06-22 15:25:24 (GMT)
committermax <max@tclers.tk>2012-06-22 15:25:24 (GMT)
commitffda352cbe3ef13481ae52a01a3da337ad3778fc (patch)
tree5a0211bba7ea00dcd0859e0f68639c2ecd9d8d99 /ChangeLog
parent90e7d603fcf06a4c1c35ebde8e4ddf74134d5844 (diff)
downloadtcl-ffda352cbe3ef13481ae52a01a3da337ad3778fc.zip
tcl-ffda352cbe3ef13481ae52a01a3da337ad3778fc.tar.gz
tcl-ffda352cbe3ef13481ae52a01a3da337ad3778fc.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b84440c..412ea68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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