Skip to content

regex: Require PCRE 8.31

Olivier Blin requested to merge blino/glib:pcre-8.31 into master

PCRE >= 8.31 is required for PCRE_INFO_MAXLOOKBEHIND usage, introduced in commit 6fbb1463 (2013/07).

regex can also make use of the PCRE_NO_AUTO_POSSESS feature from PCRE 8.34, but this is optional and properly guarded already.

Merge request reports