summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-13 20:00:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-13 20:00:54 (GMT)
commit70659c925bebf81737346ba182a45a533d7894d6 (patch)
tree968fb00859fca6dbcc7905730572d3aefbf7d85c /ChangeLog
parent7b92be76b5ce085131887664235bfff477d92969 (diff)
downloadtcl-70659c925bebf81737346ba182a45a533d7894d6.zip
tcl-70659c925bebf81737346ba182a45a533d7894d6.tar.gz
tcl-70659c925bebf81737346ba182a45a533d7894d6.tar.bz2
* unix/tclUnixSock.c: Use a ProcessGlobalValue to store the
* win/tclWinSock.c: value returned by Tcl_GetHostName() ([info hostname]). Also re-order initialization of the value on Windows to favor GetComputerName() over gethostname() as a source of the information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd4f1ef..46cde7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-13 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the
+ * win/tclWinSock.c: value returned by Tcl_GetHostName()
+ ([info hostname]). Also re-order initialization of the value
+ on Windows to favor GetComputerName() over gethostname() as
+ a source of the information.
+
2005-07-12 Donal K. Fellows <dkf@users.sf.net>
* doc/lsearch.n: Clarify documentation of -exact option; wording was