diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-03 18:06:23 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-03 18:06:23 (GMT) |
commit | f22c720323ae972ba91834691c7c0ad1b800d2df (patch) | |
tree | 7b2996d1dacdf61537357d21e7203fb0421aaeb6 /ChangeLog | |
parent | 5d04951fcf71ab20d6f470ec05cd5edae97f31a0 (diff) | |
download | tcl-f22c720323ae972ba91834691c7c0ad1b800d2df.zip tcl-f22c720323ae972ba91834691c7c0ad1b800d2df.tar.gz tcl-f22c720323ae972ba91834691c7c0ad1b800d2df.tar.bz2 |
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to
* tests/io.test: prevent fcopy from calling -command synchronously
* tests/chanio.test: the first time. Thanks to Alexandre Ferrieux
<ferrieux@users.sourceforge.net> for report and patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-04-03 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to + * tests/io.test: prevent fcopy from calling -command synchronously + * tests/chanio.test: the first time. Thanks to Alexandre Ferrieux + <ferrieux@users.sourceforge.net> for report and patch. + 2008-04-02 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (CopyData): Applied patch for the fcopy problem |