diff options
author | mdejong <mdejong> | 2003-03-06 09:16:12 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-06 09:16:12 (GMT) |
commit | a060bfc83abd3ede4e970cef1959af6d9f75946e (patch) | |
tree | beb16481c0323e16d75fa932bc0f7e7b91f5ca94 /ChangeLog | |
parent | ee86aa6fca4bdbb2d897e973b48b0cf1f704820d (diff) | |
download | tcl-a060bfc83abd3ede4e970cef1959af6d9f75946e.zip tcl-a060bfc83abd3ede4e970cef1959af6d9f75946e.tar.gz tcl-a060bfc83abd3ede4e970cef1959af6d9f75946e.tar.bz2 |
* generic/tclIO.c (Tcl_SetChannelOption):
Invoke the Tcl_SetChannelBufferSize method
as a result of changing the -buffersize
option to fconfigure. The previous
implementation used some inlined code that
reset the buffer size to the default size
instead of ignoring the request as
implemented in Tcl_SetChannelBufferSize.
* tests/io.test: Update test case so that
it actually checks the implementation of
Tcl_SetChannelBufferSize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> + + * generic/tclIO.c (Tcl_SetChannelOption): + Invoke the Tcl_SetChannelBufferSize method + as a result of changing the -buffersize + option to fconfigure. The previous + implementation used some inlined code that + reset the buffer size to the default size + instead of ignoring the request as + implemented in Tcl_SetChannelBufferSize. + * tests/io.test: Update test case so that + it actually checks the implementation of + Tcl_SetChannelBufferSize. + 2003-03-05 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: updated default tcl version to 8.5. |