summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-10 18:51:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-10 18:51:54 (GMT)
commit8a6b2a44507dbb5a40167594764ca667c687edab (patch)
tree05e4dbbc2d8b83c433d4804788f338cf502e3fad /ChangeLog
parentb226ebf7a3df2c41a29cafef14bf4c3f4586dc82 (diff)
downloadtcl-8a6b2a44507dbb5a40167594764ca667c687edab.zip
tcl-8a6b2a44507dbb5a40167594764ca667c687edab.tar.gz
tcl-8a6b2a44507dbb5a40167594764ca667c687edab.tar.bz2
* Greatly reduced the number of [exec]s, using slave interps instead.
* Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a75d8..78050ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
2002-07-10 Don Porter <dgp@users.sourceforge.net>
+ * tests/tcltest.test: Greatly reduced the number of [exec]s, using
+ slave interps instead.
+ * library/tcltest/tcltest.tcl: Fixed bug uncovered in the conversion
+ where a message was written to stdout instead of [outputChannel].
+
* tests/basic.test: Cleaned up, constrained, and reduced the
* tests/compile.test: amount of [exec] usage in the test suite.
* tests/encoding.test: