summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.