nicm / fdm

fdm source code
269 stars 50 forks source link

update to PCRE2 #111

Closed aabacchus closed 2 years ago

aabacchus commented 2 years ago

This is a rather naive conversion to use pcre2 rather than the deprecated pcre1 (#110). It compiles at least, but I haven't tested it more than that.

aabacchus commented 2 years ago

Added a check for the pcre library (wasn't checked before).

nicm commented 2 years ago

Applied, thanks!

aabacchus commented 2 years ago

Use PCRE2, from ben at bvnf dot space; GitHub issue 111.

Out of interest, why do you merge patches in this style? Perhaps you're not aware of git-am?