Older revisions
547047f8d34f
by Russ Cox <r...@swtch.com>
on Jan 19, 2011
Diff
re2 port cleanup
Use <unordered_set>, the new C++0x
header, when possible.
Use <tr1/unordered_set> otherwise.
...
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
...
01f61ecae9a0
by Russ Cox <r...@swtch.com>
on Jul 15, 2010
Diff
bug fix: handle alternation involving
a regexp
ending in \C* (or .* in Latin-1 mode)
correctly
...
All revisions of this file