diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-23 16:00:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-23 16:00:09 (GMT) |
commit | b1b7242607411370b9765327872a81c2e8c88513 (patch) | |
tree | 5dde978db68af857253dcb98c5508ebdca5418e0 /ChangeLog | |
parent | 0fb83403e7b5a32f097dcbb7144943c0c0bca597 (diff) | |
download | tcl-b1b7242607411370b9765327872a81c2e8c88513.zip tcl-b1b7242607411370b9765327872a81c2e8c88513.tar.gz tcl-b1b7242607411370b9765327872a81c2e8c88513.tar.bz2 |
Stop using the deprecated thread management commands of the tcltest package.
The test suite ought to provide these tools for itself. They do not belong
in a testing harness.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-09-23 Don Porter <dgp@users.sourceforge.net> + + * tests/thread.test: Stop using the deprecated thread management + commands of the tcltest package. The test suite ought to provide + these tools for itself. They do not belong in a testing harness. + 2011-09-22 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdIL.c: Revise [info frame] so that it stops creating |