diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-10 18:51:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-10 18:51:54 (GMT) |
commit | 8a6b2a44507dbb5a40167594764ca667c687edab (patch) | |
tree | 05e4dbbc2d8b83c433d4804788f338cf502e3fad /ChangeLog | |
parent | b226ebf7a3df2c41a29cafef14bf4c3f4586dc82 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |