This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stage 1 of utf8 support for soft references.
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2005 12:46:07 +0000 (12:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Jan 2005 12:46:07 +0000 (12:46 +0000)
commit7a5fd60d4ce737f71e7a689eaa2061a36dd225dc
tree183a110209d7b6c885b4a544840990eed5ece802
parent92ca9816760477489e51e09e0dcde1dda70f387d
Stage 1 of utf8 support for soft references.
Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
Add gv_fetchsv to look up a GV by SV rather than a char * pointer
Provide a backwards compatability gv_fetchpv
Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
the pointer from an SV
All tests still pass.

p4raw-id: //depot/perl@23766
16 files changed:
embed.fnc
embed.h
global.sym
gv.c
gv.h
mg.c
op.c
perl.h
pp.c
pp_hot.c
pp_sys.c
proto.h
sv.c
sv.h
toke.c
universal.c