diff options
author | redman <redman@noemail.net> | 1999-07-30 02:02:25 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-30 02:02:25 (GMT) |
commit | 998253e13d4a92480342f1214ce7f73632c3d9a5 (patch) | |
tree | 22ca5febd6a022674564de0813191609d4dd2615 /ChangeLog | |
parent | c5fa019ea758ebc41e73a2fc00cf0c6ec7bec846 (diff) | |
download | tcl-998253e13d4a92480342f1214ce7f73632c3d9a5.zip tcl-998253e13d4a92480342f1214ce7f73632c3d9a5.tar.gz tcl-998253e13d4a92480342f1214ce7f73632c3d9a5.tar.bz2 |
* win/tclWinChan.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: 204ad522090d96fed9ee5de60c2a38f9dc90faa3
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> + * win/tclWinChan.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] + * unix/mkLinks.tcl: Applied patch to avoid linking pack.n to pack-old.n. Patch from Don Porter. [Bug: 2469] |