This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make pp_splice handle nonexistent array elements
authorFather Chrysostomos <sprout@cpan.org>
Thu, 5 Sep 2013 21:39:47 +0000 (14:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 6 Sep 2013 13:18:08 +0000 (06:18 -0700)
commit31c61addb4e0d00f3deb63c5f58bff0ecb6b6969
tree0768d8905f1985a22229c676643d1bbe4e557d20
parent9bc7f50b6c983278ffa7b722240000d38037e149
Make pp_splice handle nonexistent array elements

Commit ce0d59f changed AVs to use NULLs for nonexistent elements.

pp_splice needs to take that into account and avoid pushing NULLs on
to the stack.
pp.c
t/op/splice.t