diff options
author | hobbs <hobbs> | 2007-11-09 18:55:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-11-09 18:55:13 (GMT) |
commit | 2ebefee1b05df6c41125e6bc8ed768c0cc4f50dc (patch) | |
tree | 2279f9c57d51ffd67adb4ac91577b40b49ecd3ad /ChangeLog | |
parent | 51c3524facba45f2ebda897b58b073fb0e932024 (diff) | |
download | tcl-2ebefee1b05df6c41125e6bc8ed768c0cc4f50dc.zip tcl-2ebefee1b05df6c41125e6bc8ed768c0cc4f50dc.tar.gz tcl-2ebefee1b05df6c41125e6bc8ed768c0cc4f50dc.tar.bz2 |
* generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for
* generic/tclExecute.c, generic/tclUtil.c: TclByteArrayMatch
and don't allow a nocase option. [Bug 1828296]
For INST_STR_MATCH, ignore pattern type for TclByteArrayMatch case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ 2007-11-09 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for + * generic/tclExecute.c, generic/tclUtil.c: TclByteArrayMatch + and don't allow a nocase option. [Bug 1828296] + For INST_STR_MATCH, ignore pattern type for TclByteArrayMatch case. + * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before - func jump + func jump (perf) 2007-11-07 Jeff Hobbs <jeffh@ActiveState.com> |