summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-08-26 22:11:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-08-26 22:11:15 (GMT)
commit6b46682cfeecee8430f13996041c1347b9a20658 (patch)
tree8d4a9010820cf0f60087a28fd22afac8014358a1 /ChangeLog
parent4530b1f95c292b6cc8f2b1fc2fafd2f01f14b1b0 (diff)
downloadtcl-6b46682cfeecee8430f13996041c1347b9a20658.zip
tcl-6b46682cfeecee8430f13996041c1347b9a20658.tar.gz
tcl-6b46682cfeecee8430f13996041c1347b9a20658.tar.bz2
* generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to
{Cut,Splice}Channel for internal use, and created new public functions for Tcl_{Cut,Splice}Channel which walk the whole stack of transformations and invoke the necessary thread actions. Added code to Tcl_(Un)StackChannel to properly invoke the thread actions when pushing and popping transformations on/from a channel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c32041..de410c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-26 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to
+ {Cut,Splice}Channel for internal use, and created new public
+ functions for Tcl_{Cut,Splice}Channel which walk the whole stack
+ of transformations and invoke the necessary thread actions.
+ Added code to Tcl_(Un)StackChannel to properly invoke the thread
+ actions when pushing and popping transformations on/from a
+ channel.
+
2005-08-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclNamesp.c (NamespaceEnsembleCmd): Reset the result after