1 |
News about PCRE releases |
News about PCRE releases |
2 |
------------------------ |
------------------------ |
3 |
|
|
4 |
|
Release 8.11 24-Nov-2010 |
5 |
|
------------------------ |
6 |
|
|
7 |
|
A number of bugs in the library and in pcregrep have been fixed. As always, see |
8 |
|
ChangeLog for details. The following are the non-bug-fix changes: |
9 |
|
|
10 |
|
. Added --match-limit and --recursion-limit to pcregrep. |
11 |
|
|
12 |
|
. Added an optional parentheses number to the -o and --only-matching options |
13 |
|
of pcregrep. |
14 |
|
|
15 |
|
. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and |
16 |
|
\B. |
17 |
|
|
18 |
|
. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a |
19 |
|
bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. |
20 |
|
|
21 |
|
. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ |
22 |
|
START_OPTIMIZE option, which is now allowed at compile time |
23 |
|
|
24 |
|
|
25 |
Release 8.10 25-Jun-2010 |
Release 8.10 25-Jun-2010 |
26 |
------------------------ |
------------------------ |
27 |
|
|