| 1 |
News about PCRE releases |
News about PCRE releases |
| 2 |
------------------------ |
------------------------ |
| 3 |
|
|
| 4 |
|
Release 8.13 02-Aug-2011 |
| 5 |
|
------------------------ |
| 6 |
|
|
| 7 |
|
This is mainly a bug-fix release. There has been a lot of internal refactoring. |
| 8 |
|
The Unicode tables have been updated. The only new feature in the library is |
| 9 |
|
the passing of *MARK information to callouts. Some additions have been made to |
| 10 |
|
pcretest to make testing easier and more comprehensive. There is a new option |
| 11 |
|
for pcregrep to adjust its internal buffer size. |
| 12 |
|
|
| 13 |
|
|
| 14 |
|
Release 8.12 15-Jan-2011 |
| 15 |
|
------------------------ |
| 16 |
|
|
| 17 |
|
This release fixes some bugs in pcregrep, one of which caused the tests to fail |
| 18 |
|
on 64-bit big-endian systems. There are no changes to the code of the library. |
| 19 |
|
|
| 20 |
|
|
| 21 |
|
Release 8.11 10-Dec-2010 |
| 22 |
|
------------------------ |
| 23 |
|
|
| 24 |
|
A number of bugs in the library and in pcregrep have been fixed. As always, see |
| 25 |
|
ChangeLog for details. The following are the non-bug-fix changes: |
| 26 |
|
|
| 27 |
|
. Added --match-limit and --recursion-limit to pcregrep. |
| 28 |
|
|
| 29 |
|
. Added an optional parentheses number to the -o and --only-matching options |
| 30 |
|
of pcregrep. |
| 31 |
|
|
| 32 |
|
. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and |
| 33 |
|
\B. |
| 34 |
|
|
| 35 |
|
. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a |
| 36 |
|
bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. |
| 37 |
|
|
| 38 |
|
. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ |
| 39 |
|
START_OPTIMIZE option, which is now allowed at compile time |
| 40 |
|
|
| 41 |
|
|
| 42 |
Release 8.10 25-Jun-2010 |
Release 8.10 25-Jun-2010 |
| 43 |
------------------------ |
------------------------ |
| 44 |
|
|