| 42 |
"x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all. |
"x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all. |
| 43 |
Oddly, Perl behaves the same way. PCRE has been fixed so that this pattern |
Oddly, Perl behaves the same way. PCRE has been fixed so that this pattern |
| 44 |
also returns the mark "x". This bug applied to capturing parentheses, |
also returns the mark "x". This bug applied to capturing parentheses, |
| 45 |
non-capturing parentheses, and atomic parentheses. |
non-capturing parentheses, and atomic parentheses. It also applied to some |
| 46 |
|
assertions. |
| 47 |
|
|
| 48 |
|
12. Stephen Kelly's patch to CMakeLists.txt allows it to parse the version |
| 49 |
|
information out of configure.ac instead of relying on pcre.h.generic, which |
| 50 |
|
is not stored in the repository. |
| 51 |
|
|
| 52 |
|
13. Applied Dmitry V. Levin's patch for a more portable method for linking with |
| 53 |
|
-lreadline. |
| 54 |
|
|
| 55 |
|
|
| 56 |
Version 8.21 12-Dec-2011 |
Version 8.21 12-Dec-2011 |