diff options
author | hobbs <hobbs> | 2003-02-11 21:54:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-11 21:54:38 (GMT) |
commit | 5ea88a91277fd9a447ef118a88f4699698335841 (patch) | |
tree | 0d749ad255e3fcc6ef1ada93e00ad67966ab069e /ChangeLog | |
parent | 736f0317f936ab603c6157110e8efdeb4a329a86 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |