diff options
author | dgp <dgp@users.sourceforge.net> | 2005-07-13 20:00:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-07-13 20:00:54 (GMT) |
commit | 70659c925bebf81737346ba182a45a533d7894d6 (patch) | |
tree | 968fb00859fca6dbcc7905730572d3aefbf7d85c /ChangeLog | |
parent | 7b92be76b5ce085131887664235bfff477d92969 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |