summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-12 17:34:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-12 17:34:37 (GMT)
commit29964f603b788e4be58ee964184a84854b3724be (patch)
treee30bbe7c60d3bce926cc7930895c7e9a0cab7a71 /ChangeLog
parent149c559c4ffb00de0474db934d2565ffbec3740e (diff)
downloadtcl-29964f603b788e4be58ee964184a84854b3724be.zip
tcl-29964f603b788e4be58ee964184a84854b3724be.tar.gz
tcl-29964f603b788e4be58ee964184a84854b3724be.tar.bz2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3904bed..3c86f19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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