summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-02-02 21:33:14 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-02-02 21:33:14 (GMT)
commit0d3944aebb6d7edabd7f2c6c3593ba8e1d026fc7 (patch)
tree15992a74567f9dd79d169e16f1aee8868526af50 /ChangeLog
parent68701e8b8d6e8074bc4fb90b0fd013d2b4c06d03 (diff)
downloadtcl-0d3944aebb6d7edabd7f2c6c3593ba8e1d026fc7.zip
tcl-0d3944aebb6d7edabd7f2c6c3593ba8e1d026fc7.tar.gz
tcl-0d3944aebb6d7edabd7f2c6c3593ba8e1d026fc7.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58b5b0f..ff76df9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-02 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tclIO.c (Tcl_Ungets): Fixes improper filling of the
+ channel buffer. This is the buffer before the splice. [Bug 405995]
+
2004-02-01 David Gravereaux <davygrvy@pobox.com>
* tests/winPipe.test: more pass-thru commandline verifications.