summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-07 19:42:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-07 19:42:59 (GMT)
commitfa20138d013c65c2cfe37314fd60f27952d673ab (patch)
tree6fe8274a6543c946fbdfcc8712d0bc9f24827534 /ChangeLog
parenta76dcd048a06f29c220a90dfb622e30f546b7f21 (diff)
downloadtcl-fa20138d013c65c2cfe37314fd60f27952d673ab.zip
tcl-fa20138d013c65c2cfe37314fd60f27952d673ab.tar.gz
tcl-fa20138d013c65c2cfe37314fd60f27952d673ab.tar.bz2
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors,
TclCopyChannel): New macro, and the places using it. This change allows for bi-directional fcopy on channels. Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net> for the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ff5657..03ec56f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-07 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,
+ TclCopyChannel): New macro, and the places using it. This change
+ allows for bi-directional fcopy on channels. Thanks to Alexandre
+ Ferrieux <ferrieux@users.sourceforge.net> for the patch.
+
2008-04-07 Reinhard Max <max@suse.de>
* generic/tclStringObj.c (Tcl_AppendFormatToObj):