summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-07 19:41:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-07 19:41:59 (GMT)
commit4ef1119b6a57574cc2bc49f1c5f2060dc56509ea (patch)
treebf94974f5cd54afd750cbdaab55a4b933b118c9b /ChangeLog
parent871b84cdfe3b833bb5d1496f8d8bc70013257619 (diff)
downloadtcl-4ef1119b6a57574cc2bc49f1c5f2060dc56509ea.zip
tcl-4ef1119b6a57574cc2bc49f1c5f2060dc56509ea.tar.gz
tcl-4ef1119b6a57574cc2bc49f1c5f2060dc56509ea.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 c53d21a..a489de6 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):