| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 8.00 05-Oct-09 |
Version 8.00 19-Oct-09 |
| 5 |
---------------------- |
---------------------- |
| 6 |
|
|
| 7 |
1. The table for translating pcre_compile() error codes into POSIX error codes |
1. The table for translating pcre_compile() error codes into POSIX error codes |
| 58 |
10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is |
10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is |
| 59 |
synonymous with PCRE_PARTIAL, for backwards compatibility, and |
synonymous with PCRE_PARTIAL, for backwards compatibility, and |
| 60 |
PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match, |
PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match, |
| 61 |
and may be more useful for multi-segment matching, especially with |
and may be more useful for multi-segment matching. |
|
pcre_exec(). |
|
| 62 |
|
|
| 63 |
11. Partial matching with pcre_exec() is now more intuitive. A partial match |
11. Partial matching with pcre_exec() is now more intuitive. A partial match |
| 64 |
used to be given if ever the end of the subject was reached; now it is |
used to be given if ever the end of the subject was reached; now it is |