summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-11 21:54:38 (GMT)
committerhobbs <hobbs>2003-02-11 21:54:38 (GMT)
commit5ea88a91277fd9a447ef118a88f4699698335841 (patch)
tree0d749ad255e3fcc6ef1ada93e00ad67966ab069e /ChangeLog
parent736f0317f936ab603c6157110e8efdeb4a329a86 (diff)
downloadtcl-5ea88a91277fd9a447ef118a88f4699698335841.zip
tcl-5ea88a91277fd9a447ef118a88f4699698335841.tar.gz
tcl-5ea88a91277fd9a447ef118a88f4699698335841.tar.bz2
* tests/lsearch.test:
* generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case that lsearch -regepx list and pattern objects are equal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d765792..711dfb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
2003-02-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/lsearch.test:
+ * generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case
+ that lsearch -regepx list and pattern objects are equal.
+
* tests/stringObj.test:
* generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char
opt of 2002-11-11 to not stop early on \x00. [Bug #684699]