Descriptionre2: add endpos to RE2::Match, fix bugs
Adding endpos to RE2::Match allows callers to limit the ending
position of matches to points before the end of the text.
Found and fixed a few bugs involving startpos and endpos not
being handled properly. These would only affect callers using
Match directly. They cannot affect callers using FullMatch,
PartialMatch, and DoMatch, because those always use startpos == 0.
Patch Set 1 #Patch Set 2 : diff -r 160e31271912 https://re2.googlecode.com/hg/ #Patch Set 3 : diff -r 160e31271912 https://re2.googlecode.com/hg/ #
Total comments: 1
Patch Set 4 : diff -r 160e31271912 https://re2.googlecode.com/hg/ #
MessagesTotal messages: 4
|