summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-27 20:38:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-27 20:38:40 (GMT)
commit2bb4594876511ab2fa53c367f2677f9105fe7bb2 (patch)
tree6c58f55ad528478a31a1d97a73c8a533a6dfea00 /ChangeLog
parentb65175e0556b45c22a1e5b702ad58b49d436e5b9 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95c1a17..5e54f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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