summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-10 20:55:25 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-10 20:55:25 (GMT)
commitbc0c76f942f4b2bbeb5fc0ed30a832b6fa0ea93d (patch)
tree5759c7413cef93580234aa0308a0546156c5eb11 /ChangeLog
parentd3b620c65854c8ff37d4e90fa7c04c980a2af171 (diff)
downloadtcl-bc0c76f942f4b2bbeb5fc0ed30a832b6fa0ea93d.zip
tcl-bc0c76f942f4b2bbeb5fc0ed30a832b6fa0ea93d.tar.gz
tcl-bc0c76f942f4b2bbeb5fc0ed30a832b6fa0ea93d.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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be32e53..fe9b909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 Andreas Kupries <andreask@activestate.com>
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test,