This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::sysopen()
authorFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 01:23:49 +0000 (18:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 04:03:52 +0000 (21:03 -0700)
commitde5e49e17b321de5692590229e2313dd611fff7a
tree439e6f425babefdd835d3b3df5c3968a6dd673ae
parentf3ab9a22e0ff7bcf690cebd72982bbf2687fe5bc
&CORE::sysopen()

This commit allows &CORE::sysopen to be called through references and
via ampersand syntax.  pp_sysopen is modified to take into account the
nulls pushed on to the stack in pp_coreargs, which happens because
pp_coreargs has no other way to tell sysopen how many arguments it’s
actually getting.  See commit 0163043a for details.
gv.c
pp_sys.c
t/op/coreamp.t