diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-23 19:16:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-23 19:16:23 (GMT) |
commit | e3352567a2a3af2547b61485e6b91c0efd03533b (patch) | |
tree | 1bcc5cca4292509b60f84e4d795df9f08e153b2e /ChangeLog | |
parent | b1b7242607411370b9765327872a81c2e8c88513 (diff) | |
download | tcl-e3352567a2a3af2547b61485e6b91c0efd03533b.zip tcl-e3352567a2a3af2547b61485e6b91c0efd03533b.tar.gz tcl-e3352567a2a3af2547b61485e6b91c0efd03533b.tar.bz2 |
More revisions to get finalization of ReflectedTransforms correct,
including adopting a "dead" field as was done in tclIORChan.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-09-23 Don Porter <dgp@users.sourceforge.net> + * generic/tclIORTrans.c: More revisions to get finalization of + ReflectedTransforms correct, including adopting a "dead" field as + was done in tclIORChan.c. + * 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. |