summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f818f2f..5ef991b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-04-13 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit
+ * tests/io.test: changed from ten bytes to one byte. Need
+ * tests/iogt.test: for this change was proven by
+ Ross Cartlidge <rossc@cisco.com> where [read stdin 1] was grabbing
+ 10 bytes followed by starting a child process that was intended to
+ continue reading from stdin. Even with -buffersize set to one,
+ nine chars were getting lost by the buffersize over reading for
+ the native read() caused by [read].
+
2005-04-13 Don Porter <dgp@users.sourceforge.net>
* unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed