summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-09-23 19:16:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-09-23 19:16:23 (GMT)
commite3352567a2a3af2547b61485e6b91c0efd03533b (patch)
tree1bcc5cca4292509b60f84e4d795df9f08e153b2e /ChangeLog
parentb1b7242607411370b9765327872a81c2e8c88513 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7df4cc1..ecac917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.