diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:08:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:08:35 (GMT) |
commit | 094f23c172acca8f32b0888cd536f01fc1daab1b (patch) | |
tree | 9790caf5f3e563afb49a9b98f35fe6c8f92fb8df /ChangeLog | |
parent | 2bf2abcb4f1c88fbddc3ce4d5800c438851aaf95 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |