This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #76814] FETCH called twice - !
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:33:03 +0000 (20:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:33:03 +0000 (20:33 -0700)
commit06c841cf64c10f912e4cb0d12dbfc0add671bb81
treeb02e773cef0db952bb77579942f1334d3183b9d8
parent078504b2d0c069e5cefbe4670341aa18838d452d
[perl #76814] FETCH called twice - !

This fixes ! by changing sv_2bool to sv_2bool_flags (with a macro
wrapper) and adding SvTRUE_nomg. It also corrects the docs that state
incorrectly that SvTRUE does not handle magic.
embed.fnc
embed.h
global.sym
mathoms.c
pp.c
proto.h
sv.c
sv.h
t/op/tie_fetch_count.t