This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert core (except toke.c) to use isFOO_utf8_safe()
authorKarl Williamson <khw@cpan.org>
Wed, 30 Nov 2016 16:53:17 +0000 (09:53 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 23 Dec 2016 23:48:34 +0000 (16:48 -0700)
commit7a2070659f99247def6a6df08dea5709c01b7877
tree355b36caed5b5c65ed532a0c5692f511a8994f2c
parentda8c1a98236a9f56df850c47705cb3046d6636aa
Convert core (except toke.c) to use isFOO_utf8_safe()

The previous commit added this feature; now this commit uses it in core.
toke.c is deferred to the next commit to aid in possible future
bisecting, because some of the changes there seem somewhat more likely
to expose bugs.
gv.c
op.c
pp.c
pp_pack.c
regcomp.c
regexec.c