| 120 |
to pcregrep and other applications that have no direct access to PCRE |
to pcregrep and other applications that have no direct access to PCRE |
| 121 |
options. The new /Y option in pcretest sets this option when calling |
options. The new /Y option in pcretest sets this option when calling |
| 122 |
pcre_compile(). |
pcre_compile(). |
| 123 |
|
|
| 124 |
|
21. Change 18 of release 8.01 broke the use of named subpatterns for recursive |
| 125 |
|
back references. Groups containing recursive back references were forced to |
| 126 |
|
be atomic by that change, but in the case of named groups, the amount of |
| 127 |
|
memory required was incorrectly computed, leading to "Failed: internal |
| 128 |
|
error: code overflow". This has been fixed. |
| 129 |
|
|
| 130 |
|
|
| 131 |
Version 8.10 25-Jun-2010 |
Version 8.10 25-Jun-2010 |