87 |
12. A pattern like \X?\d or \P{L}?\d in non-UTF-8 mode could cause a backtrack |
12. A pattern like \X?\d or \P{L}?\d in non-UTF-8 mode could cause a backtrack |
88 |
past the start of the subject in the presence of bytes with the top bit |
past the start of the subject in the presence of bytes with the top bit |
89 |
set, for example "\x8aBCD". |
set, for example "\x8aBCD". |
90 |
|
|
91 |
|
13. Added Perl 5.10 experimental backtracking controls (*FAIL), (*F), (*PRUNE), |
92 |
|
(*SKIP), (*THEN), (*COMMIT), and (*ACCEPT). |
93 |
|
|
94 |
|
14. Optimized (?!) to (*FAIL). |
95 |
|
|
96 |
|
|
97 |
Version 7.2 19-Jun-07 |
Version 7.2 19-Jun-07 |