diff options
| author | dgp <dgp@noemail.net> | 2009-11-12 17:34:37 (GMT) |
|---|---|---|
| committer | dgp <dgp@noemail.net> | 2009-11-12 17:34:37 (GMT) |
| commit | abe5d1ef78b12d0112b328433edfa40a5f4a5c47 (patch) | |
| tree | e30bbe7c60d3bce926cc7930895c7e9a0cab7a71 | |
| parent | ed9e06bca877856d0a2d186b61ecd97984785a86 (diff) | |
| download | tcl-core-8-5-8.zip tcl-core-8-5-8.tar.gz tcl-core-8-5-8.tar.bz2 | |
retagcore-8-5-8
FossilOrigin-Name: 8c5e95aa6620be296867cb2da0471b8f6fb73069
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,3 @@ -2009-11-12 Andreas Kupries <andreask@activestate.com> - - * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity - which used the number of _written_ bytes or character to update - the counters for the read bytes/characters. See last entry for the - test case. - 2009-11-12 Don Porter <dgp@users.sourceforge.net> *** 8.5.8 TAGGED FOR RELEASE *** @@ -16,6 +9,13 @@ * tests/io.test: New test io-53.11 to test for [Bug 2895565]. +2009-11-12 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity + which used the number of _written_ bytes or character to update + the counters for the read bytes/characters. See last entry for the + test case. + 2009-11-11 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/fCmd.test: Fixed a number of issues for Vista |
