summaryrefslogtreecommitdiff
path: root/thirdparty/pcre2/src/pcre2_convert.c
AgeCommit message (Collapse)Author
2022-12-23Revert "pcre2: Update to upstream version 10.42"Rémi Verschelde
This reverts commit 62c3e4ab9c87689ff0b7d27350bde176981daf1b. Needs more work, see comments about `_regex_free` errors in #70447.
2022-12-22pcre2: Update to upstream version 10.42Rémi Verschelde
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This should also fix support for RISC-V architectures, at least in the sljit library.
2019-07-11pcre2: Update to upstream version 10.33Rémi Verschelde
2019-03-04pcre2: Sync with upstream 10.32Rémi Verschelde
2018-05-28update PCRE2 to version 10.31, fixes #15662firefly2442