diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-27 20:30:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-27 20:30:40 (GMT) |
commit | bc12fd68ee94dccdac5e1e6d04f160cbbad550ee (patch) | |
tree | 2c3543df68f97e1382dd5947f31e9b174b0be734 /ChangeLog | |
parent | 1c7799332924b711817436fc8940be2eff501b5c (diff) | |
download | tcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.zip tcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.tar.gz tcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.tar.bz2 |
* win/tclWinSock.c: Add missing encoding conversion of the
[info hostname] value from the system encoding to Tcl's internal
encoding. This is important now that ICANN no longer limits host
names to ASCII. [Bug 1823552]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-11-27 Don Porter <dgp@users.sourceforge.net> + + * win/tclWinSock.c: Add missing encoding conversion of the + [info hostname] value from the system encoding to Tcl's internal + encoding. This is important now that ICANN no longer limits host + names to ASCII. [Bug 1823552] + 2007-11-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * generic/tclThread.c: Back-port locking changes from Tcl8.5 |