Page MenuHomeSolus

Update pcre2 to 10.32
ClosedPublic

Authored by kyrios123 on Sep 17 2018, 7:21 PM.
Tags
None
Referenced Files
F11033723: D3873.id.diff
Wed, Aug 9, 4:00 PM
F11033721: D3873.id9481.diff
Wed, Aug 9, 4:00 PM
F11033720: D3873.id9578.diff
Wed, Aug 9, 4:00 PM
F11026199: D3873.diff
Wed, Aug 9, 2:01 AM
F10993026: D3873.id9481.diff
Tue, Jul 25, 2:52 PM
F10957307: D3873.id9578.diff
Mon, Jul 17, 7:12 PM
F10930861: D3873.diff
Jul 11 2023, 4:09 PM
F10916006: D3873.diff
Jul 8 2023, 9:46 AM
Subscribers
None

Details

Summary
  • pcre2grep now supports the inclusion of binary zeros in patterns that are read from files via the -f option.
  • ./configure now supports --enable-jit=auto, which automatically enables JIT if the hardware supports it.
  • In pcre2_dfa_match(), internal recursive calls no longer use the stack for local workspace and local ovectors. Instead, an initial block of stack is reserved, but if this is insufficient, heap memory is used. The heap limit parameter now applies to pcre2_dfa_match().
  • Updated to Unicode version 11.0.0.
  • (*ACCEPT:ARG), (*FAIL:ARG), and (*COMMIT:ARG) are now supported.
  • Added support for \N{U+dddd}, but only in Unicode mode.
  • Added support for (?^) to unset all imnsx options.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Successfully build libvte against this package

Diff Detail

Repository
R2309 pcre2
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Sep 19 2018, 5:34 AM
This revision was automatically updated to reflect the committed changes.