summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-10-06 21:10:49 (GMT)
committerhobbs <hobbs>2000-10-06 21:10:49 (GMT)
commit7a4df867f2b62e7ad9c0a0cb99fac03efee6db97 (patch)
tree003571a97e3676b17ea721540bd90211dfef2304 /ChangeLog
parent82649d2e27f64a5898fa06b66c013308353e859c (diff)
downloadtcl-7a4df867f2b62e7ad9c0a0cb99fac03efee6db97.zip
tcl-7a4df867f2b62e7ad9c0a0cb99fac03efee6db97.tar.gz
tcl-7a4df867f2b62e7ad9c0a0cb99fac03efee6db97.tar.bz2
* tests/cmdAH.test: extra tests for 'file channels' that include
multiple interpreter tests and channel sharing * generic/tclIO.c (Tcl_GetChannelNamesEx): corrected function (and consequently 'file channels') to return channels that are actually registered for this specific interp, rather than this thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bc8228..af8bde1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-10-06 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * tests/cmdAH.test: extra tests for 'file channels' that include
+ multiple interpreter tests and channel sharing
+ * generic/tclIO.c (Tcl_GetChannelNamesEx): corrected function (and
+ consequently 'file channels') to return channels that are actually
+ registered for this specific interp, rather than this thread.
+
+ * doc/CrtChannel.3: fixed spelling mistakes
+
2000-09-29 Jennifer Hom <jenn@ajubasolutions.com>
* library/tcltest1.0/tcltest2.tcl: