summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-13 14:06:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-13 14:06:04 (GMT)
commit04872184780ed99270a3b76d5c204435f432b120 (patch)
tree68a48a34f8572249e9348c6596a25513f5f903ed /ChangeLog
parenta72d42baaff30f0e544d118359c4fdbfd4ae0f21 (diff)
downloadtcl-04872184780ed99270a3b76d5c204435f432b120.zip
tcl-04872184780ed99270a3b76d5c204435f432b120.tar.gz
tcl-04872184780ed99270a3b76d5c204435f432b120.tar.bz2
Rewrote to use the thread-safe version of gethostbyname() by forward-porting
the code used in 8.4, and added rudimentary support for getaddrinfo() (not enabled by default, as no autoconf-ery written). Part of fix for [Bug 1618235]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4431805..0786d4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tclUnixChan.c (CreateSocketAddress): Rewrote to use the
+ thread-safe version of gethostbyname() by forward-porting the code
+ used in 8.4, and added rudimentary support for getaddrinfo() (not
+ enabled by default, as no autoconf-ery written). Part of fix for [Bug
+ 1618235]
+
2007-11-12 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet*