diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-04-10 20:58:58 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-04-10 20:58:58 (GMT) |
commit | 79184ae1728ec523c9f5a3fc423924ced708d520 (patch) | |
tree | bee20c2b6b38088b533ed32bdc0f886184b73278 /ChangeLog | |
parent | 5bebcba8118f0caa944c8689eeb6fe0671e88f1b (diff) | |
download | tcl-79184ae1728ec523c9f5a3fc423924ced708d520.zip tcl-79184ae1728ec523c9f5a3fc423924ced708d520.tar.gz tcl-79184ae1728ec523c9f5a3fc423924ced708d520.tar.bz2 |
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative
values, changed to not be an error, but behave like the special
value -1 (copy all, default).
* tests/iocmd.test (iocmd-15.{12,13}): Removed.
* tests/io.test (io-52.5{,a,b}): Reverted last change, added
* tests/chanio.test (chan-io-52.5{,a,b}): comment regarding the
meaning of -1, added two more testcases for other negative values,
and input wrapped to negative.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-04-10 Andreas Kupries <andreask@activestate.com> + + * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative + values, changed to not be an error, but behave like the special + value -1 (copy all, default). + + * tests/iocmd.test (iocmd-15.{12,13}): Removed. + + * tests/io.test (io-52.5{,a,b}): Reverted last change, added + * tests/chanio.test (chan-io-52.5{,a,b}): comment regarding the + meaning of -1, added two more testcases for other negative values, + and input wrapped to negative. + 2008-04-09 Donal K. Fellows <dkf@users.sf.net> * tests/{fCmd,unixFCmd,winFCmd,winFile}.test: Tidying up of the test |