diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-09 19:52:50 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-09 19:52:50 (GMT) |
commit | 7771a657c1cab8174616928296ec54f956aae809 (patch) | |
tree | a5888a54b5c334321bbc2bb89fc2aff79368766f /ChangeLog | |
parent | 22bed54a233c2bf15f51fd149e2059b59205be71 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |