This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::umask()
authorFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 21:15:34 +0000 (14:15 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 30 Aug 2011 01:19:51 +0000 (18:19 -0700)
commit58536d157b70c5107d3c064bf009dfb9b52919ce
tree34c0bb4cfe351849eafe7641a031f8cf4c4fc27d
parentefe889ae38a5f2c6e26a31f33186cd13d4946962
&CORE::umask()

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