summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-06 09:16:12 (GMT)
committermdejong <mdejong>2003-03-06 09:16:12 (GMT)
commita060bfc83abd3ede4e970cef1959af6d9f75946e (patch)
treebeb16481c0323e16d75fa932bc0f7e7b91f5ca94 /ChangeLog
parentee86aa6fca4bdbb2d897e973b48b0cf1f704820d (diff)
downloadtcl-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--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.