--- code/trunk/ChangeLog 2008/07/11 17:06:55 365 +++ code/trunk/ChangeLog 2008/07/14 15:45:32 366 @@ -62,6 +62,9 @@ 14. A similar bug to 7.3/2 existed when the PCRE_FIRSTLINE option was set and the data contained the byte 0x85 as part of a UTF-8 character within its first line. This applied both to normal and DFA matching. + +15. Lazy qualifiers were not working in some cases in UTF-8 mode. For example, + /^[^d]*?$/8 failed to match "abc". Version 7.7 07-May-08