aboutsummaryrefslogtreecommitdiff
path: root/re2/mimics_pcre.cc
AgeCommit message (Collapse)Author
2016-08-16Remove the last #include directives from util/util.h.Paul Wankadia
Change-Id: I3e1a7f3644cec27adcfbd6f806851ec0d9223b38 Reviewed-on: https://code-review.googlesource.com/6835 Reviewed-by: Paul Wankadia <junyer@google.com>
2016-08-16Ditch the DISALLOW_COPY_AND_ASSIGN macro.Paul Wankadia
Change-Id: Ib20ff382eee55eaef0d59f1af7e2f4571662f20e Reviewed-on: https://code-review.googlesource.com/6833 Reviewed-by: Paul Wankadia <junyer@google.com>
2014-12-18re2: rename DISALLOW_EVIL_CONSTRUCTORS to DISALLOW_COPY_AND_ASSIGNRuss Cox
Political correctness for the win. Change-Id: I3b3e5f7a565cb115c667386da7a94b5abcc0093d Reviewed-on: https://code-review.googlesource.com/1590 Reviewed-by: Russ Cox <rsc@swtch.com>
2010-07-15factor common prefixes from alternationsRuss Cox
Juggle code so that RE2::Set can benefit too. R=rsc CC=re2-dev http://codereview.appspot.com/1740045
2010-03-02initial releaseRuss Cox