This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup
authorBrian Fraser <fraserbn@gmail.com>
Sat, 24 Sep 2011 18:57:27 +0000 (11:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:02 +0000 (13:01 -0700)
commit0be4d16f8f8037c260cd860eed59d47166fbdd12
tree02f0d0e167abdfba7c280bcd7a78d10edb7f6b45
parentbd8cb5529605f33aa9cf95d6c471386b3a0e015d
gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup

Now that a glob can be initialized and fetched in UTF-8,
the next commit will introduce some changes in toke.c to
actually test this.

Committer’s note: To keep tests passing I had to incorporate
the toke.c:S_pending_ident changes in the same patch.
ext/XS-APItest/t/fetch_pad_names.t
gv.c
toke.c