| Source path: hg/ re2/ compile.cc |
|
|
|
|
Change log
f6d25e6f2ce1
by Russ Cox <r...@swtch.com>
on Jun 21, 2011
Diff
re2: do not edit Regexp during IsAnchorStart, IsAnchorEnd Must never edit existing regexps: they are logically immutable. Was causing RE2::Regexp to give back the wrong answer. R=r CC=re2-dev http://codereview.appspot.com/4626065
| Go to: |
Older revisions
7d0b33785c6f
by Russ Cox <r...@swtch.com>
on Jan 2, 2011
Diff
re2: s/NULL/0/ where appropriate (thanks Tuncer Ayaz) R=rsc CC=re2-dev ...
1fe8927b19db
by Russ Cox <r...@swtch.com>
on Jul 15, 2010
Diff
factor common prefixes from alternations Juggle code so that RE2::Set can benefit too. ...
cb41f5a0b33a
by Russ Cox <r...@swtch.com>
on Jul 15, 2010
Diff
add experimental Set class for matching many regexps at once R=rsc CC=re2-dev ...