| 45 |
was called as a "subroutine", or in an assertion. Perl 5.11 documents that |
was called as a "subroutine", or in an assertion. Perl 5.11 documents that |
| 46 |
\K is "not well defined" if used in an assertion. PCRE now accepts it if |
\K is "not well defined" if used in an assertion. PCRE now accepts it if |
| 47 |
the assertion is positive, but not if it is negative. |
the assertion is positive, but not if it is negative. |
| 48 |
|
|
| 49 |
|
12. Change 11 fortuitously reduced the size of the stack frame used in the |
| 50 |
|
"match()" function of pcre_exec.c by one pointer. Forthcoming |
| 51 |
|
implementation of support for (*MARK) will need an extra pointer on the |
| 52 |
|
stack; I have reserved it now, so that the stack frame size does not |
| 53 |
|
decrease. |
| 54 |
|
|
| 55 |
|
|
| 56 |
Version 8.01 19-Jan-2010 |
Version 8.01 19-Jan-2010 |