summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-19 22:08:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-19 22:08:35 (GMT)
commit094f23c172acca8f32b0888cd536f01fc1daab1b (patch)
tree9790caf5f3e563afb49a9b98f35fe6c8f92fb8df /ChangeLog
parent2bf2abcb4f1c88fbddc3ce4d5800c438851aaf95 (diff)
downloadtcl-094f23c172acca8f32b0888cd536f01fc1daab1b.zip
tcl-094f23c172acca8f32b0888cd536f01fc1daab1b.tar.gz
tcl-094f23c172acca8f32b0888cd536f01fc1daab1b.tar.bz2
[Bug 3588366]: Corrected implementation of bounds restriction for end-indexed
compiled [string range]. Thanks to Emiliano Gavilan for diagnosis and fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c16eaa..70234e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclExecute.c (INST_STR_RANGE_IMM): [Bug 3588366]: Corrected
+ implementation of bounds restriction for end-indexed compiled [string
+ range]. Thanks to Emiliano Gavilan for diagnosis and fix.
+
2012-11-15 Jan Nijtmans <nijtmans@users.sf.net>
IMPLEMENTATION OF TIP#416