summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-07 22:17:36 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-07 22:17:36 (GMT)
commit56497ff7346fa776215fc25fd154ee60d5422e2b (patch)
tree153cea45c09d973240fba5c1b70cd4c09cb693b0 /ChangeLog
parent2a9d0c7d0ca876dc97db9373e820c520ad293b7b (diff)
downloadtcl-56497ff7346fa776215fc25fd154ee60d5422e2b.zip
tcl-56497ff7346fa776215fc25fd154ee60d5422e2b.tar.gz
tcl-56497ff7346fa776215fc25fd154ee60d5422e2b.tar.bz2
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.
* generic/tclIO.c: Additional changes to data structures for fcopy * generic/tclIO.h: and channels to perform proper cleanup in case of a channel having two background copy operations running as is now possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c5be07..2a6f378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-07 Andreas Kupries <andreask@activestate.com>
+ * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.
+ * generic/tclIO.c: Additional changes to data structures for fcopy
+ * generic/tclIO.h: and channels to perform proper cleanup in case
+ of a channel having two background copy operations running as is
+ now possible.
+
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors,
TclCopyChannel): New macro, and the places using it. This change
allows for bi-directional fcopy on channels. [Bug 1350564].