diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-12 17:25:18 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-12 17:25:18 (GMT) |
commit | 0ff9c6a9c918c519b765feaa5c09bf489290d50c (patch) | |
tree | 7bdcd74fc2ad492eabc6dd73fea2dd236a3f831c /ChangeLog | |
parent | e4b809abf57f2062e0ae4be8a17c3a77b079147c (diff) | |
download | tcl-0ff9c6a9c918c519b765feaa5c09bf489290d50c.zip tcl-0ff9c6a9c918c519b765feaa5c09bf489290d50c.tar.gz tcl-0ff9c6a9c918c519b765feaa5c09bf489290d50c.tar.bz2 |
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity
* tests/io.test: which used the number of _written_ bytes or
character to update the counters for the read bytes/characters.
New test io-53.11. This is a forward port from the 8.5 branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-12 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity + * tests/io.test: which used the number of _written_ bytes or + character to update the counters for the read bytes/characters. + New test io-53.11. This is a forward port from the 8.5 branch. + 2009-11-11 Don Porter <dgp@users.sourceforge.net> * generic/tclClock.c (TclClockInit): Do not create [clock] support |