summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-09-19 17:46:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-09-19 17:46:07 (GMT)
commit36df90e802760edfaa0df34ce95c04ff0b16a2f3 (patch)
treedb38e127bf43014f5693035ed7bcf55fa61217dc /ChangeLog
parenta9781a51a5a703f42111ddf5ce0350be022745c9 (diff)
parente67435f3635d99a30a3942d633ffcabeb32056d7 (diff)
downloadtcl-36df90e802760edfaa0df34ce95c04ff0b16a2f3.zip
tcl-36df90e802760edfaa0df34ce95c04ff0b16a2f3.tar.gz
tcl-36df90e802760edfaa0df34ce95c04ff0b16a2f3.tar.bz2
Plug most memory leaks in thread.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d93002a..2691e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-09-15 Don Porter <dgp@users.sourceforge.net>
+ * tests/thread.test: Plug most memory leaks in thread.test Constrain
+ the rest to be skipped during `make valgrind`. Tests using the
+ [testthread cancel] testing command are leaky. Corrections wait for
+ either addition of [thread::cancel] to the Thread package, or improvements
+ to the [testthread] testing command to make leak-free versions of these
+ tests possible.
+
* generic/tclIORChan.c: Plug all memory leaks in ioCmd.test exposed
* tests/ioCmd.test: by `make valgrind`.
* unix/Makefile.in: