diff options
author | andreas_kupries <akupries@shaw.ca> | 2005-08-26 22:11:15 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2005-08-26 22:11:15 (GMT) |
commit | 6b46682cfeecee8430f13996041c1347b9a20658 (patch) | |
tree | 8d4a9010820cf0f60087a28fd22afac8014358a1 /ChangeLog | |
parent | 4530b1f95c292b6cc8f2b1fc2fafd2f01f14b1b0 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |