--- code/trunk/ChangeLog 2007/02/24 21:38:29 17 +++ code/trunk/ChangeLog 2007/02/24 21:38:33 19 @@ -2,6 +2,15 @@ ------------------ +Version 1.08 27-Mar-98 +---------------------- + +1. Add PCRE_UNGREEDY to invert the greediness of quantifiers. + +2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The +latter must appear before anything that relies on it in the pattern. + + Version 1.07 16-Feb-98 ----------------------