summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-10 11:03:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-10 11:03:23 (GMT)
commite2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339 (patch)
treeedee9c4b4d6e1b9a4b1de3b967b34b92e743b325 /ChangeLog
parent5861e21598de0fa797735436c93a90ca3b32bc24 (diff)
downloadtcl-e2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339.zip
tcl-e2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339.tar.gz
tcl-e2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339.tar.bz2
* win/tclWinSock.c (InitializeHostName): Corrected logic that
extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbf9e2e..1d3ba82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-07-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/tclWinSock.c (InitializeHostName): Corrected logic that
+ extracted the name of the computer from the gethostname call so that
+ it would use the name on success, not failure. Also ensured that the
+ buffer size is exactly that recommended by Microsoft.
+
2012-07-05 Don Porter <dgp@users.sourceforge.net>
* unix/tclUnixPipe.c: [Bug 1189293] Make "<<" binary safe.