This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::setpgrp()
authorFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 16:54:20 +0000 (09:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 19:33:53 +0000 (12:33 -0700)
commit92f2ac5f91d4e93cd51cdb5d8e967e1a73c9d7dc
tree0efa22aaad4a7ea379b709c14e39d5bb71f45a21
parent88d6953212e6c8eb2ac9df08c4903ff86b7ef650
&CORE::setpgrp()

This commit allows &CORE::setpgrp to be called through references and
via ampersand syntax.  pp_setpgrp 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 setpgrp how many arguments it’s
actually getting.  See commit 0163043a for details.
gv.c
pp_sys.c
t/op/coreamp.t