summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-02-13 23:49:47 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-02-13 23:49:47 (GMT)
commitbd6ef46ac1eac8105c432e3ae7fb7addd1efdc07 (patch)
tree9a331203e4909d4d93c1aab0699629312b9ca703 /ChangeLog
parent5b22ab3651ec3142fdb0850737ffe806327489b8 (diff)
downloadtcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.zip
tcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.tar.gz
tcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.tar.bz2
Added conversion from the system encoding to tcl_platform(user), so
that it works with non-ASCII7 user names. [Bug 685926]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b50690..a47965f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net>
+ * win/tclWinInit.c: Added conversion from the system encoding
+ to tcl_platform(user), so that it works with non-ASCII7 user names.
+ [Bug 685926]
+
+2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net>
+
* doc/tclsh.1: Added language to describe the handling of the
end-of-file character \u001a embedded in a script file.
[Bug 685485]