This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
On scope end, delete localized array elements that should not exist anymore, so that...
authorVincent Pit <perl@profvince.com>
Sun, 28 Dec 2008 14:08:05 +0000 (15:08 +0100)
committerVincent Pit <perl@profvince.com>
Sun, 28 Dec 2008 14:46:41 +0000 (15:46 +0100)
commit4ad10a0b60fb728d1be0a9eeb1970166a3846d38
tree1d837e46785bb215c2744c7becf85e3c71bcc8e3
parentc68ec7a9f950f968bb39608a47e0228e03511a18
On scope end, delete localized array elements that should not exist anymore, so that the array recovers its previous length. Honour EXISTS and DELETE for tied arrays.
pp.c
pp_hot.c
t/op/local.t