This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'incore' into blead
authorKarl Williamson <khw@cpan.org>
Fri, 15 Feb 2019 05:14:12 +0000 (22:14 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 15 Feb 2019 05:14:12 +0000 (22:14 -0700)
This branch moves the handling of user-defined \p{} properties from
lib/utf8_heavy.pl into regcomp.c  (rewriting it in C).  This fixes a
bunch of bugs, and removes all uses of swashes from regular expression
compilation and execution.


Trivial merge