summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-09 19:49:07 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-09 19:49:07 (GMT)
commit2f4dbc92d9400613c34d96550cda0da27404b84d (patch)
tree0ff0832fafd59b21f33f434fd4967e7b59d69d08 /ChangeLog
parent9bb2ff4b525caf08e3d48cadac6631b5693687aa (diff)
downloadtcl-2f4dbc92d9400613c34d96550cda0da27404b84d.zip
tcl-2f4dbc92d9400613c34d96550cda0da27404b84d.tar.gz
tcl-2f4dbc92d9400613c34d96550cda0da27404b84d.tar.bz2
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test,
* tests/io.test (io-52.5): does not seem to have any bearing, and was an illegal value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6403a6d..f5ef0ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-09 Andreas Kupries <andreask@activestate.com>
+ * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test,
+ * tests/io.test (io-52.5): does not seem to have any bearing, and
+ was an illegal value. Test case is not affected by the value of
+ -size, test flag restoration and that evrything was properly
+ copied.
+
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size
* tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative
values, and values overflowing 32-bit signed. [Bug 1557855]. Basic