summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-30 02:02:26 (GMT)
committerredman <redman>1999-07-30 02:02:26 (GMT)
commit6468cf2bca94c513b598b8238ce64d0cc639da40 (patch)
tree22ca5febd6a022674564de0813191609d4dd2615 /ChangeLog
parent8ae23baa02cc4fb6cbdea4ed29006244f133bd0c (diff)
downloadtcl-6468cf2bca94c513b598b8238ce64d0cc639da40.zip
tcl-6468cf2bca94c513b598b8238ce64d0cc639da40.tar.gz
tcl-6468cf2bca94c513b598b8238ce64d0cc639da40.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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f47373a..9c20f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]