summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-11-09 18:55:13 (GMT)
committerhobbs <hobbs>2007-11-09 18:55:13 (GMT)
commit2ebefee1b05df6c41125e6bc8ed768c0cc4f50dc (patch)
tree2279f9c57d51ffd67adb4ac91577b40b49ecd3ad /ChangeLog
parent51c3524facba45f2ebda897b58b073fb0e932024 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9861697..52d7f8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>