diff options
author | redman <redman@noemail.net> | 1999-07-30 02:09:20 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-30 02:09:20 (GMT) |
commit | 961a0732d81223573d6a06edea6fb872270dfb23 (patch) | |
tree | 049c50f59f99ae7bc782bcf3008993ec0be5faab /ChangeLog | |
parent | 9acf225e1baf815d9fbf7acb00e57cf81a53f647 (diff) | |
download | tk-961a0732d81223573d6a06edea6fb872270dfb23.zip tk-961a0732d81223573d6a06edea6fb872270dfb23.tar.gz tk-961a0732d81223573d6a06edea6fb872270dfb23.tar.bz2 |
* generic/tkConsole.c: Allow tcl to open CON and NUL, even for std
channels. Checking for bad/unusable std channels was moved to Tk
since its only purpose was to check whether to use the Tk Console
Window for the std channels. [Bug: 2393 2392 2209 2458]
FossilOrigin-Name: 90ccfd686ce9c05074c843957a2eb15a64e7cf59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-07-29 <redman@scriptics.com> + * generic/tkConsole.c: Allow tcl to open CON and NUL, even for std + channels. Checking for bad/unusable std channels was moved to Tk + since its only purpose was to check whether to use the Tk Console + Window for the std channels. [Bug: 2393 2392 2209 2458] + * win/Makefile.in: Corrected building threaded tktest.exe on Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. |