diff options
author | davygrvy <davygrvy@pobox.com> | 2004-06-01 18:10:57 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-06-01 18:10:57 (GMT) |
commit | 29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20 (patch) | |
tree | 9c03f851b0c715110c1167075738c996010f022a | |
parent | ee58fa3ec8ce55e6aa3926fdec2e9d6b608f4247 (diff) | |
download | tcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.zip tcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.tar.gz tcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ ignored. Now reports conversion errors to an int and checks ranges for validity. atoi() swapped for Tcl_GetInt(). + * tests/io.test: + * tests/iogt.test: Tests cases that set invalid -buffersize + settings on channels either wrapped in a catch or modified to a + valid range. The assertion results were not modified to show + that the behavior of Tcl_SetChannelBufferSize is unchanged. + [Bug 964268 964270] + 2004-05-30 David Gravereaux <davygrvy@pobox.com> * win/tclWinPipe.c: |