This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement \p{Name=/.../} wildcards
authorKarl Williamson <khw@cpan.org>
Sat, 15 Feb 2020 21:28:32 +0000 (14:28 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 11 Mar 2020 15:00:04 +0000 (09:00 -0600)
commitb1a91f306fb94c677de276c489b16fb5c5664544
treef4ab6c438f8ff72189ada40a41432c44376efc05
parentffd8e5150761a7856dacc0c140fbd618377d71eb
Implement \p{Name=/.../} wildcards

This commit adds wildcard subpatterns for the Name and Name Aliases
properties.
13 files changed:
charclass_invlists.h
embed.fnc
embed.h
lib/_charnames.pm
lib/charnames.t
lib/unicore/mktables
lib/unicore/uni_keywords.pl
pod/perldelta.pod
pod/perlunicode.pod
proto.h
regcharclass.h
regcomp.c
uni_keywords.h