--- code/trunk/ChangeLog 2010/03/30 11:11:52 512 +++ code/trunk/ChangeLog 2010/05/03 11:13:37 513 @@ -1,7 +1,7 @@ ChangeLog for PCRE ------------------ -Version 8.03 26-Mar-2010 +Version 8.10 03 May-2010 ------------------------ 1. Added support for (*MARK:ARG) and for ARG additions to PRUNE, SKIP, and @@ -9,6 +9,14 @@ 2. (*ACCEPT) was not working when inside an atomic group. +3. Inside a character class, \B is treated as a literal by default, but + faulted if PCRE_EXTRA is set. This mimics Perl's behaviour (the -w option + causes the error). The code is unchanged, but I tidied the documentation. + +4. Inside a character class, PCRE always treated \R and \X as literals, + whereas Perl faults them if its -w option is set. I have changed PCRE so + that it faults them when PCRE_EXTRA is set. + Version 8.02 19-Mar-2010 ------------------------