| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 8.0 02 Jul-08 |
Version 7.8 25-Aug-08 |
| 5 |
--------------------- |
--------------------- |
| 6 |
|
|
| 7 |
1. Replaced UCP searching code with optimized version as implemented for Ad |
1. Replaced UCP searching code with optimized version as implemented for Ad |
| 65 |
|
|
| 66 |
15. Lazy qualifiers were not working in some cases in UTF-8 mode. For example, |
15. Lazy qualifiers were not working in some cases in UTF-8 mode. For example, |
| 67 |
/^[^d]*?$/8 failed to match "abc". |
/^[^d]*?$/8 failed to match "abc". |
| 68 |
|
|
| 69 |
|
16. Added a missing copyright notice to pcrecpp_internal.h. |
| 70 |
|
|
| 71 |
|
17. Make it more clear in the documentation that values returned from |
| 72 |
|
pcre_exec() in ovector are byte offsets, not character counts. |
| 73 |
|
|
| 74 |
|
|
| 75 |
Version 7.7 07-May-08 |
Version 7.7 07-May-08 |