| Source path: hg/ re2/ re2.cc |
|
|
|
|
Change log
b33ecb9b4ee7
by Russ Cox <r...@swtch.com>
on Jun 21, 2011
Diff
export changes made at Google R=rsc CC=re2-dev http://codereview.appspot.com/4625055
| Go to: |
Older revisions
d9f8806c004d
by Russ Cox <r...@swtch.com>
on Mar 2, 2011
Diff
re2: add endpos to RE2::Match, fix bugs Adding endpos to RE2::Match allows callers to limit the ending ...
160e31271912
by Russ Cox <r...@swtch.com>
on Feb 1, 2011
Diff
re2: add CapturingGroupNames Export from Google source tree. R=rsc ...
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 ...