| 123 |
with unset values at the outer level. The correct (outer level) value is |
with unset values at the outer level. The correct (outer level) value is |
| 124 |
now given. |
now given. |
| 125 |
|
|
| 126 |
|
22. If (*ACCEPT) appeared inside capturing parentheses, previous releases of |
| 127 |
|
PCRE did not set those parentheses (unlike Perl). I have now found a way to |
| 128 |
|
make it do so. The string so far is captured, making this feature |
| 129 |
|
compatible with Perl. |
| 130 |
|
|
| 131 |
|
23. The tests have been re-organized, adding tests 11 and 12, to make it |
| 132 |
|
possible to check the Perl 5.10 features against Perl 5.10. |
| 133 |
|
|
| 134 |
|
24. Perl 5.10 allows subroutine calls in lookbehinds, as long as the subroutine |
| 135 |
|
pattern matches a fixed length string. PCRE did not allow this; now it |
| 136 |
|
does. Neither allows recursion. |
| 137 |
|
|
| 138 |
|
|
| 139 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
| 140 |
--------------------- |
--------------------- |