This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handle magic in local correctly
authorDave Mitchell <davem@fdisolutions.com>
Wed, 22 Jun 2005 21:42:54 +0000 (21:42 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 22 Jun 2005 21:42:54 +0000 (21:42 +0000)
commit0cbee0a449cc4e11ef8db851c20b026c8f9ff45e
treeb8f64d28537d653564df5df9d38f0c44680e8a51
parent666e7e7967a0bc59b1f44ec2961661c439aad50c
handle magic in local correctly
the local SV now gets a copy of any container magic, and no value
magic; in the past the whole magic chain was either shared or
moved

p4raw-id: //depot/perl@24942
embed.fnc
embed.h
mg.c
pod/perlguts.pod
pod/perlintern.pod
proto.h
scope.c
t/op/local.t