diff options
author | dgp <dgp@users.sourceforge.net> | 2003-02-06 16:29:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-02-06 16:29:19 (GMT) |
commit | d42212caff8b39b67e45ffb2f80c0ca9123a7cae (patch) | |
tree | 323b63489c462e0168c70305a291fb6059618052 /ChangeLog | |
parent | bed70f40d96aeecb25a9bc1f7a28f4adc49b1281 (diff) | |
download | tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.zip tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.gz tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.bz2 |
* library/tcltest/tcltest.tcl: Filename arguments to [outputChannel]
and [errorChannel] (also -outfile and -errfile) were [open]ed but
never [closed]. Also, [cleanupTests] could remove output or error
files. [Bug 676978].
* library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-02-06 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: Filename arguments to [outputChannel] + and [errorChannel] (also -outfile and -errfile) were [open]ed but + never [closed]. Also, [cleanupTests] could remove output or error + files. [Bug 676978]. + * library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2. + 2003-02-05 Mo DeJong <mdejong@users.sourceforge.net> * tests/interp.test: |