707 B
707 B
PCRE sources used by wxWidgets
This directory contains PCRE version used by wxWidgets.
It was created by cloning https://github.com/rurban/pcre which is, in turn, a Git clone of the official PCRE2 subversion repository.
Updating PCRE
Fast-forward master to the new PCRE version, then merge it into wx branch
using git merge --no-commit. Before committing the merge, additionally:
- Rerun autogen.sh.
- Copy
src/pcre2_chartables.c.disttosrc/pcre2_chartables.c. - Examine changes to
src/pcre2.h.genericandsrc/config.h.genericand propagate them tosrc/wx/pcre2.handsrc/wx/config.hrespectively.
Add all changed files to the commit.