diff options
author | davygrvy <davygrvy@pobox.com> | 2005-04-14 04:43:22 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2005-04-14 04:43:22 (GMT) |
commit | 40376549ba9575ce6c42af1a9299c922ad8c3808 (patch) | |
tree | 8807f88fa8b50cede11a4a350a534f561e2da1d2 /ChangeLog | |
parent | dec511f3574c620e2592c7faabb11e5b4e1c1ed4 (diff) | |
download | tcl-40376549ba9575ce6c42af1a9299c922ad8c3808.zip tcl-40376549ba9575ce6c42af1a9299c922ad8c3808.tar.gz tcl-40376549ba9575ce6c42af1a9299c922ad8c3808.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |