summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-09 18:35:25 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-09 18:35:25 (GMT)
commit22bed54a233c2bf15f51fd149e2059b59205be71 (patch)
tree65dccc8ef113848eb2542252139a621df32f5b43 /ChangeLog
parentb9d8b42283130a00f36eb16526ac8543a95ddc97 (diff)
downloadtcl-22bed54a233c2bf15f51fd149e2059b59205be71.zip
tcl-22bed54a233c2bf15f51fd149e2059b59205be71.tar.gz
tcl-22bed54a233c2bf15f51fd149e2059b59205be71.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 785741a..a4e3700 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,53.9,53.10): Backported das' fix of typo