| 1 |
News about PCRE releases |
News about PCRE releases |
| 2 |
------------------------ |
------------------------ |
| 3 |
|
|
| 4 |
|
Release 8.31 02-June-2012 |
| 5 |
|
------------------------- |
| 6 |
|
|
| 7 |
|
This is mainly a bug-fixing release, with a small number of developments: |
| 8 |
|
|
| 9 |
|
. The JIT compiler now supports partial matching and the (*MARK) and |
| 10 |
|
(*COMMIT) verbs. |
| 11 |
|
|
| 12 |
|
. PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehing in a |
| 13 |
|
pattern. |
| 14 |
|
|
| 15 |
|
. There should be a performance improvement when using the heap instead of the |
| 16 |
|
stack for recursion. |
| 17 |
|
|
| 18 |
|
. pcregrep can now be linked with libedit as an alternative to libreadline. |
| 19 |
|
|
| 20 |
|
. pcregrep now has a --file-list option where the list of files to scan is |
| 21 |
|
given as a file. |
| 22 |
|
|
| 23 |
|
. pcregrep now recognizes binary files and there are related options. |
| 24 |
|
|
| 25 |
|
. The Unicode tables have been updated to 6.1.0. |
| 26 |
|
|
| 27 |
|
As always, the full list of changes is in the ChangeLog file. |
| 28 |
|
|
| 29 |
|
|
| 30 |
Release 8.30 04-February-2012 |
Release 8.30 04-February-2012 |
| 31 |
----------------------------- |
----------------------------- |
| 32 |
|
|