diff options
author | davygrvy <davygrvy@pobox.com> | 2004-06-01 18:51:20 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-06-01 18:51:20 (GMT) |
commit | d0433ba73d6a6a5305097af3f325316b2f725ad5 (patch) | |
tree | c7ed5ba933ccaa791c001ce3d078e7eebe341891 | |
parent | 083c386bdc343d3e4550833dd3261f9ddb3ff399 (diff) | |
download | tcl-d0433ba73d6a6a5305097af3f325316b2f725ad5.zip tcl-d0433ba73d6a6a5305097af3f325316b2f725ad5.tar.gz tcl-d0433ba73d6a6a5305097af3f325316b2f725ad5.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -3,17 +3,12 @@ * win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in the environment, for VC7. [Bug 942214] - * generic/tclIO.c (Tcl_SetChannelOption): Invalid settings - for -buffersize weren't being reported as errors and were blindly - 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] + * generic/tclIO.c (Tcl_SetChannelOption): -buffersize wasn't + understanding hexidecimal notation nor was reporting number + conversion errors. The behavior to silently ignore settings + outside the acceptable range of Tcl_SetChannelBufferSize + (<10 or >1M) is unchanged. This silent ignoring behavior + might be up for review soon.. 2004-05-30 David Gravereaux <davygrvy@pobox.com> |