| 1 |
News about PCRE releases |
News about PCRE releases |
| 2 |
------------------------ |
------------------------ |
| 3 |
|
|
| 4 |
Release 8.10 03-Jun-2010 |
Release 8.12 15-Jan-2011 |
| 5 |
------------------------ |
------------------------ |
| 6 |
|
|
| 7 |
There are two major additions: support for (*MAKR) and friends, and the option |
This release fixes some bugs in pcregrep, one of which caused the tests to fail |
| 8 |
|
on 64-bit big-endian systems. There are no changes to the code of the library. |
| 9 |
|
|
| 10 |
|
|
| 11 |
|
Release 8.11 10-Dec-2010 |
| 12 |
|
------------------------ |
| 13 |
|
|
| 14 |
|
A number of bugs in the library and in pcregrep have been fixed. As always, see |
| 15 |
|
ChangeLog for details. The following are the non-bug-fix changes: |
| 16 |
|
|
| 17 |
|
. Added --match-limit and --recursion-limit to pcregrep. |
| 18 |
|
|
| 19 |
|
. Added an optional parentheses number to the -o and --only-matching options |
| 20 |
|
of pcregrep. |
| 21 |
|
|
| 22 |
|
. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and |
| 23 |
|
\B. |
| 24 |
|
|
| 25 |
|
. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a |
| 26 |
|
bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. |
| 27 |
|
|
| 28 |
|
. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ |
| 29 |
|
START_OPTIMIZE option, which is now allowed at compile time |
| 30 |
|
|
| 31 |
|
|
| 32 |
|
Release 8.10 25-Jun-2010 |
| 33 |
|
------------------------ |
| 34 |
|
|
| 35 |
|
There are two major additions: support for (*MARK) and friends, and the option |
| 36 |
PCRE_UCP, which changes the behaviour of \b, \d, \s, and \w (and their |
PCRE_UCP, which changes the behaviour of \b, \d, \s, and \w (and their |
| 37 |
opposites) so that they make use of Unicode properties. There are also a number |
opposites) so that they make use of Unicode properties. There are also a number |
| 38 |
of lesser new features, and several bugs have been fixed. A new option, |
of lesser new features, and several bugs have been fixed. A new option, |