| 81 |
and -d etc. It's slightly incompatible, but I'm hoping nobody is still |
and -d etc. It's slightly incompatible, but I'm hoping nobody is still |
| 82 |
using it. It makes it easier to run collection of tests with study enabled, |
using it. It makes it easier to run collection of tests with study enabled, |
| 83 |
and thereby test pcre_study() more easily. |
and thereby test pcre_study() more easily. |
| 84 |
|
|
| 85 |
|
15. When (*ACCEPT) was used in a subpattern that was called recursively, the |
| 86 |
|
restoration of the capturing data to the outer values was not happening |
| 87 |
|
correctly. |
| 88 |
|
|
| 89 |
|
16. If a recursively called subpattern ended with (*ACCEPT) and matched an |
| 90 |
|
empty string, and PCRE_NOTEMPTY was set, pcre_exec() thought the whole |
| 91 |
|
pattern had matched an empty string, and so incorrectly returned a no |
| 92 |
|
match. |
| 93 |
|
|
| 94 |
|
|
| 95 |
Version 8.12 15-Jan-2011 |
Version 8.12 15-Jan-2011 |