summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-01 21:58:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-01 21:58:55 (GMT)
commit7b470edbf5e874d173c860d5296ef3f25f845134 (patch)
tree5f56d5d7709b60532bdaeaf6d99ef9ffcabb19bf /ChangeLog
parentb68250712dc55e55851dd4e0950410ab37506665 (diff)
downloadtcl-7b470edbf5e874d173c860d5296ef3f25f845134.zip
tcl-7b470edbf5e874d173c860d5296ef3f25f845134.tar.gz
tcl-7b470edbf5e874d173c860d5296ef3f25f845134.tar.bz2
* generic/tclEncoding.c: Moved TclpSetInitialEncodings()
call from Tcl_FindExecutable() into TclInitEncodingSubsystem(). This is important on Windows where it establishes whether the "ascii" or "unicode" set of system routines will be used, and that needs to be done earlier to support filesystem operations. [Bug 1077005]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d081ec1..34df070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclEncoding.c: Moved TclpSetInitialEncodings()
+ call from Tcl_FindExecutable() into TclInitEncodingSubsystem().
+ This is important on Windows where it establishes whether the
+ "ascii" or "unicode" set of system routines will be used, and
+ that needs to be done earlier to support filesystem operations.
+ [Bug 1077005]
+
2004-12-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* tests/winDde.test: Rewritten to use tcltest2 features more