From d0433ba73d6a6a5305097af3f325316b2f725ad5 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Tue, 1 Jun 2004 18:51:20 +0000 Subject: no message --- ChangeLog | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab0d629..84904d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v0.12