diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-11-12 17:41:30 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-11-12 17:41:30 (GMT) |
commit | 4e43d260f93216348337518eaead94855b2dadbf (patch) | |
tree | 762430a7fc603752093d3196463ead7acb41a3c3 /ChangeLog | |
parent | 9583d3790107a8b094e98be8b587b484eed858c3 (diff) | |
download | tcl-4e43d260f93216348337518eaead94855b2dadbf.zip tcl-4e43d260f93216348337518eaead94855b2dadbf.tar.gz tcl-4e43d260f93216348337518eaead94855b2dadbf.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 backward port from the 8.5 branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 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 backward port from the 8.5 branch. + 2009-11-10 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/fCmd.test: Fixed a number of issues for Vista @@ -11,7 +18,7 @@ 2009-11-10 Andreas Kupries <andreask@activestate.com> - * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). + * generic/tclObj.c: Plug memory leak in TclContinuationsEnter(). [Bug 2895323]. Backport from Tcl 8.5 branch, change by Don Porter. 2009-11-09 Andreas Kupries <andreask@activestate.com> |