diff options
author | hobbs <hobbs> | 2002-02-07 01:03:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-07 01:03:45 (GMT) |
commit | d342da54db14d07c39fa94f11bfc530ce1a03266 (patch) | |
tree | 96dfb5cb3ae281d63dad69f53e69f6002f5a10e9 /ChangeLog | |
parent | d2bfb1a40f6a591d962f857fac50dbaaf3e93ab3 (diff) | |
download | tcl-d342da54db14d07c39fa94f11bfc530ce1a03266.zip tcl-d342da54db14d07c39fa94f11bfc530ce1a03266.tar.gz tcl-d342da54db14d07c39fa94f11bfc530ce1a03266.tar.bz2 |
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2002-02-06 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check + for bad RE to stop checking further. + + * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case to + search for simple 'string map' style regsub calls. + Delayed creation of resultPtr object until an initial match is + made, as the input string object can then be reused for no matches. + (Tcl_StringObjCmd): optimization improvements to the STR_MAP + algorithm for zero-length and nocase cases. + + * tests/regexp.test: + * tests/regexpComp.test: extra code coverage tests. + + * tests/string.test: added 10.18 and 10.19 extra tests. + + * generic/regc_locale.c (casecmp): slight performance improvement. + 2002-02-05 Don Porter <dgp@users.sourceforge.net> * library/http/http.tcl: |