| Source path: hg/ re2/ regexp.h |
|
|
|
|
Change log
160e31271912
by Russ Cox <r...@swtch.com>
on Feb 1, 2011
Diff
re2: add CapturingGroupNames Export from Google source tree. R=rsc CC=re2-dev http://codereview.appspot.com/3981051
| Go to: |
Older revisions
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. ...
8671a31359c3
by Russ Cox <r...@swtch.com>
on May 10, 2010
Diff
re2: memory diet Cut unnecessary fields from Regexp and order to align better. Combine smallsub and sub into one ...