summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2005-04-14 07:09:34 (GMT)
committerdavygrvy <davygrvy@pobox.com>2005-04-14 07:09:34 (GMT)
commita67b1b3bbeb88556675d7fde92fea842d50ef35f (patch)
tree45f3edbd2ca5e0a925aa37e989cdde6b5976ea97 /ChangeLog
parentf1157acccf54ea62a06c14c775142b095cfb2276 (diff)
downloadtcl-a67b1b3bbeb88556675d7fde92fea842d50ef35f.zip
tcl-a67b1b3bbeb88556675d7fde92fea842d50ef35f.tar.gz
tcl-a67b1b3bbeb88556675d7fde92fea842d50ef35f.tar.bz2
* 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].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a78308..b4f0907 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-12 Kevin B. Kenny <kennykb@acm.org>
* compat/strstr.c: Added default definition of NULL to