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