summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-09 18:36:17 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-09 18:36:17 (GMT)
commite5d9de8d2936e6830fbef2615afe0bda28903a81 (patch)
tree44ddee7d24d6937590101d3e8526dd532f506393 /ChangeLog
parent7ddc20c67752f9b428d5c213d2a1964790b2516a (diff)
downloadtcl-e5d9de8d2936e6830fbef2615afe0bda28903a81.zip
tcl-e5d9de8d2936e6830fbef2615afe0bda28903a81.tar.gz
tcl-e5d9de8d2936e6830fbef2615afe0bda28903a81.tar.bz2
* 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 patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with modifications from me to separate overflow from true negative value. Extended testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d05541..3cb9be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-09 Andreas Kupries <andreask@activestate.com>
+
+ * 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
+ patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with
+ modifications from me to separate overflow from true negative
+ value. Extended testsuite.
+
2008-04-08 Andreas Kupries <andreask@activestate.com>
* tests/io.test (io-53.8): Fixed ordering of vwait and after