| 38 |
counting zeros. There was no check for running off the end of the string, |
counting zeros. There was no check for running off the end of the string, |
| 39 |
which could happen if a new error number was added without updating the |
which could happen if a new error number was added without updating the |
| 40 |
string. |
string. |
| 41 |
|
|
| 42 |
|
10. \K gave a compile-time error if it appeared in a lookbehind assersion. |
| 43 |
|
|
| 44 |
|
11. \K was not working if it appeared in an atomic group or in a group that |
| 45 |
|
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 |
| 47 |
|
the assertion is positive, but not if it is negative. |
| 48 |
|
|
| 49 |
|
|
| 50 |
Version 8.01 19-Jan-2010 |
Version 8.01 19-Jan-2010 |