This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
authorBrian Fraser <fraserbn@gmail.com>
Tue, 5 Jul 2011 07:37:42 +0000 (04:37 -0300)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:00:59 +0000 (13:00 -0700)
commit44130a266efbc9cc333a3b386fd6ea15cbd3f9f3
tree42db44a35ad0c3b853347087e6a29691927bb8db
parentdec33af257d8f60f007432421225ce566dd8a032
gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.

In addition from taking a flags parameter, it also takes the
length of the method; This will eventually make method
lookup nul-clean.
MANIFEST
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/gv_fetchmethod_flags.t [new file with mode: 0644]
gv.c
gv.h
proto.h