diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-07 19:53:19 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-07 19:53:19 (GMT) |
commit | 2a54793003d2d7f9d4919377bdc9a1fffdeb6c45 (patch) | |
tree | e1e4cc83a4e8195c2b9795aef3f06174fd785553 | |
parent | fa20138d013c65c2cfe37314fd60f27952d673ab (diff) | |
download | tcl-2a54793003d2d7f9d4919377bdc9a1fffdeb6c45.zip tcl-2a54793003d2d7f9d4919377bdc9a1fffdeb6c45.tar.gz tcl-2a54793003d2d7f9d4919377bdc9a1fffdeb6c45.tar.bz2 |
Added forgotten reference to [Bug 1350564] in last entry.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,8 +2,9 @@ * 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. + allows for bi-directional fcopy on channels. [Bug 1350564]. + Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net> + for the patch. 2008-04-07 Reinhard Max <max@suse.de> |