165 |
|
|
166 |
31. A *MARK encountered during the processing of a positive assertion is now |
31. A *MARK encountered during the processing of a positive assertion is now |
167 |
recorded and passed back (compatible with Perl). |
recorded and passed back (compatible with Perl). |
168 |
|
|
169 |
|
32. If --only-matching or --colour was set on a pcregrep call whose pattern |
170 |
|
had alternative anchored branches, the search for a second match in a line |
171 |
|
was done as if at the line start. Thus, for example, /^01|^02/ incorrectly |
172 |
|
matched the line "0102" twice. The same bug affected patterns that started |
173 |
|
with a backwards assertion. For example /\b01|\b02/ also matched "0102" |
174 |
|
twice. |
175 |
|
|
176 |
|
|
177 |
Version 8.12 15-Jan-2011 |
Version 8.12 15-Jan-2011 |