| 58 |
14. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of |
14. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of |
| 59 |
possible starting bytes for non-anchored patterns. |
possible starting bytes for non-anchored patterns. |
| 60 |
|
|
| 61 |
15. The "auto-possessify" feature of pcre_compile() now recognizes \R. |
15. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes |
| 62 |
|
\R, and also a number of cases that involve Unicode properties, both |
| 63 |
|
explicit and implicit when PCRE_UCP is set. |
| 64 |
|
|
| 65 |
16. If a repeated Unicode property match (e.g. \p{Lu}*) was used with non-UTF-8 |
16. If a repeated Unicode property match (e.g. \p{Lu}*) was used with non-UTF-8 |
| 66 |
input, it could crash or give wrong results if characters with values |
input, it could crash or give wrong results if characters with values |
| 72 |
|
|
| 73 |
18. Added a check for running out of memory when PCRE is compiled with |
18. Added a check for running out of memory when PCRE is compiled with |
| 74 |
--disable-stack-for-recursion. |
--disable-stack-for-recursion. |
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
Version 8.02 19-Mar-2010 |
Version 8.02 19-Mar-2010 |