diff options
author | hobbs <hobbs> | 2002-11-14 00:56:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-11-14 00:56:43 (GMT) |
commit | ce023c000e543273cb1129138c9c923df5ed49d2 (patch) | |
tree | 42acb02405ac9cd1cb89f8aa292cb0741fdb18a3 /ChangeLog | |
parent | fe149949576c0ce56f3649fe2f2072823ba5e701 (diff) | |
download | tcl-ce023c000e543273cb1129138c9c923df5ed49d2.zip tcl-ce023c000e543273cb1129138c9c923df5ed49d2.tar.gz tcl-ce023c000e543273cb1129138c9c923df5ed49d2.tar.bz2 |
* generic/regexpComp.test: added tests 22.*
* generic/tclCompCmds.c (TclCompileRegexpCmd): add left and right
anchoring (^ and $) recognition and check starting or ending .* to
extend the number of REs that can be compiled to string match or
string equal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-11-13 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/regexpComp.test: added tests 22.* + * generic/tclCompCmds.c (TclCompileRegexpCmd): add left and right + anchoring (^ and $) recognition and check starting or ending .* to + extend the number of REs that can be compiled to string match or + string equal. + 2002-11-13 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclCmdMZ.c: |