summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-09 19:52:50 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-09 19:52:50 (GMT)
commit7771a657c1cab8174616928296ec54f956aae809 (patch)
treea5888a54b5c334321bbc2bb89fc2aff79368766f /ChangeLog
parent22bed54a233c2bf15f51fd149e2059b59205be71 (diff)
downloadtcl-7771a657c1cab8174616928296ec54f956aae809.zip
tcl-7771a657c1cab8174616928296ec54f956aae809.tar.gz
tcl-7771a657c1cab8174616928296ec54f956aae809.tar.bz2
* tests/io.test (io-52.5): Removed '-size -1' from test, 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 everything was properly copied.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4e3700..66b5fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-04-09 Andreas Kupries <andreask@activestate.com>
+ * tests/io.test (io-52.5): Removed '-size -1' from test, 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
+ everything 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