--- code/trunk/ChangeLog 2009/10/05 10:59:35 461 +++ code/trunk/ChangeLog 2009/10/19 14:38:48 469 @@ -1,7 +1,7 @@ ChangeLog for PCRE ------------------ -Version 8.00 05-Oct-09 +Version 8.00 19-Oct-09 ---------------------- 1. The table for translating pcre_compile() error codes into POSIX error codes @@ -58,8 +58,7 @@ 10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is synonymous with PCRE_PARTIAL, for backwards compatibility, and PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match, - and may be more useful for multi-segment matching, especially with - pcre_exec(). + and may be more useful for multi-segment matching. 11. Partial matching with pcre_exec() is now more intuitive. A partial match used to be given if ever the end of the subject was reached; now it is