6 Commits

Author SHA1 Message Date
jasper
8d7cccc662 update to pcre2-10.31 2018-04-26 13:06:01 +00:00
jasper
16721caefb update to pcre2-10.23 2017-05-28 08:47:19 +00:00
jasper
2861d8a18f disable the jit bits; it's optional, disabled by default and required us to
mark pcre2 with USE_WXNEEDED

prompted by sthen@
2016-11-02 23:25:46 +00:00
jasper
5726939938 move USE_WXNEEDED to the top of the file as per common practice 2016-11-01 22:20:46 +00:00
jasper
a286dd51ce update pkgconfig files to propagate wxneeded to dependant ports 2016-11-01 22:18:36 +00:00
jasper
2bccd5037b import pcre2-10.22
PCRE2 is a revised API for the PCRE library, which is a set of functions,
written in C, that implement regular expression pattern matching using the same
syntax and semantics as Perl, with just a few differences. Some features that
appeared in Python and the original PCRE before they appeared in Perl are also
available using the Python syntax. There is also some support for one or two
.NET and Oniguruma syntax items, and there are options for requesting some minor
changes that give better ECMAScript (aka JavaScript) compatibility.

initial port by czarkoff@
ok aja@
2016-10-31 09:40:05 +00:00