diff options
| author | davidg <davidg> | 2000-07-18 02:17:28 (GMT) |
|---|---|---|
| committer | davidg <davidg> | 2000-07-18 02:17:28 (GMT) |
| commit | 9a65c2caeb04cecfe5f19cc12ae598fcc2c8645c (patch) | |
| tree | 6a36ae1a93a2ab7f6a44df3ed552d1bee3d93b2e | |
| parent | 058c128660f07f5e5a13e99dcbec3ff6f738a1a7 (diff) | |
| download | tcl-9a65c2caeb04cecfe5f19cc12ae598fcc2c8645c.zip tcl-9a65c2caeb04cecfe5f19cc12ae598fcc2c8645c.tar.gz tcl-9a65c2caeb04cecfe5f19cc12ae598fcc2c8645c.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-07-17 David Gravereaux <davygrvy@ajubasolutions.com> + + * win/tclWinChan.c: Win2K OS bug with + GetStdHandle(STD_OUTPUT_HANDLE) giving the wrong answer. This + made TclpGetDefaultStdChannel grab what it thought was a valid + native stdout handle. Added a new WriteFile() test to make sure + it's really valid. This OS bug doesn't affect the shells. Only + -subsystem:windows (aka WinMain) application that dynamically + load tclXX.dll + 2000-07-17 Eric Melski <ericm@scriptics.com> * library/msgcat1.0/msgcat.tcl: |
