This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store C<study>'s data in in mg_ptr instead of interpreter variables.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Jun 2011 18:51:04 +0000 (20:51 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 1 Jul 2011 12:05:40 +0000 (14:05 +0200)
commit4185c9197f4aefd1943fba0b9999fc3200fd902c
tree34f48cfebcfa6a796f4496c890400c3a7d89da6c
parent75fc7bf602cd498829b35780623ebe139c0a0483
Store C<study>'s data in in mg_ptr instead of interpreter variables.

This allows more than one C<study> to be active at the same time.
It eliminates PL_screamfirst, PL_lastscream, PL_maxscream.
embedvar.h
ext/Devel-Peek/t/Peek.t
intrpvar.h
perl.c
pod/perldelta.pod
pod/perlfunc.pod
pp.c
regexec.c
sv.c
util.c