diff options
author | hobbs <hobbs> | 2004-06-02 23:29:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-06-02 23:29:29 (GMT) |
commit | de5cff5c3f21cae7dc4f054d239b6ad2e02fe427 (patch) | |
tree | 34b39b0d27cc859613906d97477c5f0349f79b24 /ChangeLog | |
parent | b2e16c28830b9415e6d277ab5646b7672673695e (diff) | |
download | tcl-de5cff5c3f21cae7dc4f054d239b6ad2e02fe427.zip tcl-de5cff5c3f21cae7dc4f054d239b6ad2e02fe427.tar.gz tcl-de5cff5c3f21cae7dc4f054d239b6ad2e02fe427.tar.bz2 |
* win/tclWinFile.c (TclpFindExecutable): when using
GetModuleFileNameA (Win9x), convert from CP_ACP to WCHAR then
convert back to utf8. Adjunct to 2004-04-07 fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-06-02 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinFile.c (TclpFindExecutable): when using + GetModuleFileNameA (Win9x), convert from CP_ACP to WCHAR then + convert back to utf8. Adjunct to 2004-04-07 fix. + 2004-06-02 David Gravereaux <davygrvy@pobox.com> * tests/winPipe.c (winpipe-6.1): blocking set to 1 before |