PCRE 7.6 (Default branch) |
|
|
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences. PCRE is used by many programs, including Exim, Postfix, and PHP.
License: BSD License (revised)
Changes:
This release fixes a bug that caused a memory overrun if, in UTF-8 mode, a character class with a very large number of non-ASCII characters was supplied. There are a couple of minor cleanups in the C++ code. The pcredemo demonstration program is no longer built automatically. The only other significant change is some maintenance work on the CMake build files, to bring them up-to-date with the latest PCRE features.
|