diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-27 20:38:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-27 20:38:40 (GMT) |
commit | 2bb4594876511ab2fa53c367f2677f9105fe7bb2 (patch) | |
tree | 6c58f55ad528478a31a1d97a73c8a533a6dfea00 /ChangeLog | |
parent | b65175e0556b45c22a1e5b702ad58b49d436e5b9 (diff) | |
download | tcl-2bb4594876511ab2fa53c367f2677f9105fe7bb2.zip tcl-2bb4594876511ab2fa53c367f2677f9105fe7bb2.tar.gz tcl-2bb4594876511ab2fa53c367f2677f9105fe7bb2.tar.bz2 |
* win/tclWinSock.c: Add mising encoding conversion of the [info
hostname] value from the system encoding to Tcl's internal encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-27 Don Porter <dgp@users.sourceforge.net> + * win/tclWinSock.c: Add mising encoding conversion of the [info + hostname] value from the system encoding to Tcl's internal encoding. + * doc/chan.n: "Fix" the limitation on channel -eofchar * doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to |