| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 7.2 13-June-07 |
Version 7.2 19-June-07 |
| 5 |
--------------------- |
--------------------- |
| 6 |
|
|
| 7 |
1. If the fr_FR locale cannot be found for test 3, try the "french" locale, |
1. If the fr_FR locale cannot be found for test 3, try the "french" locale, |
| 68 |
pcrecpp::RE("a*").FullMatch("aaa") matches, while |
pcrecpp::RE("a*").FullMatch("aaa") matches, while |
| 69 |
pcrecpp::RE("a*?").FullMatch("aaa") does not, and |
pcrecpp::RE("a*?").FullMatch("aaa") does not, and |
| 70 |
pcrecpp::RE("a*?\\z").FullMatch("aaa") does again. |
pcrecpp::RE("a*?\\z").FullMatch("aaa") does again. |
| 71 |
|
|
| 72 |
|
12. If \p or \P was used in non-UTF-8 mode on a character greater than 127 |
| 73 |
|
it matched the wrong number of bytes. |
| 74 |
|
|
| 75 |
|
|
| 76 |
Version 7.1 24-Apr-07 |
Version 7.1 24-Apr-07 |