summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-06-01 18:10:57 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-06-01 18:10:57 (GMT)
commit29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20 (patch)
tree9c03f851b0c715110c1167075738c996010f022a
parentee58fa3ec8ce55e6aa3926fdec2e9d6b608f4247 (diff)
downloadtcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.zip
tcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.tar.gz
tcl-29de0e10bf57dd31e7d0f9bc0e7a84d5790feb20.tar.bz2
no message
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0411a15..ab0d629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: