summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-03-06 09:16:11 (GMT)
committermdejong <mdejong@noemail.net>2003-03-06 09:16:11 (GMT)
commit557daf720c7d30c01074ecc2611c3cc2f8488e04 (patch)
treebeb16481c0323e16d75fa932bc0f7e7b91f5ca94 /ChangeLog
parent5f6b8cb830b9dd89f0e51a694aa58153cc3fed5c (diff)
downloadtcl-557daf720c7d30c01074ecc2611c3cc2f8488e04.zip
tcl-557daf720c7d30c01074ecc2611c3cc2f8488e04.tar.gz
tcl-557daf720c7d30c01074ecc2611c3cc2f8488e04.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. FossilOrigin-Name: 743ec70c25dca2f18e1b43dac750b283f2a12a7e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b19b5c6..edcb79d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.