| Source path: hg/ re2/ re2.h |
|
|
|
|
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 ...
2449d393dde2
by Russ Cox <r...@swtch.com>
on Feb 1, 2011
Diff
re2.h: expand GlobalReplace comment Export from Google source tree. R=rsc ...