diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-17 16:40:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-17 16:40:38 (GMT) |
commit | 70e6283bef9733ca12935627fda82f732e5cabd9 (patch) | |
tree | 9189e098fb6bd51d8f37b37a01587f65375cd5b6 /ChangeLog | |
parent | eb98b2c7785409192628ad59475e3581ca2b901b (diff) | |
download | tcl-70e6283bef9733ca12935627fda82f732e5cabd9.zip tcl-70e6283bef9733ca12935627fda82f732e5cabd9.tar.gz tcl-70e6283bef9733ca12935627fda82f732e5cabd9.tar.bz2 |
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected
resulting indexes from -indexvar option to be usable with [string
range]; this was always the intention (and is consistent with [regexp
-indices] too).
***POTENTIAL INCOMPATIBILITY***
Uses of [switch -regexp -indexvar] that previously compensated for the
wrong offsets (by subtracting 1 from the end indices) now do not need
to do so as the value is correct.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-05-17 Donal K. Fellows <dkf@users.sf.net> + * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected + resulting indexes from -indexvar option to be usable with [string + range]; this was always the intention (and is consistent with [regexp + -indices] too). + ***POTENTIAL INCOMPATIBILITY*** + Uses of [switch -regexp -indexvar] that previously compensated for the + wrong offsets (by subtracting 1 from the end indices) now do not need + to do so as the value is correct. + * library/safe.tcl (safe::InterpInit): Ensure that the module path is constructed in the correct order. (safe::AliasGlob): [Bug 2964715]: More extensive handling of what |