This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / pad.c
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2002-12-17 Hugo van der SandenWhoops, these are the changes supposed to be in #18318.
2002-12-17 Dave MitchellRe: [jhi@iki.fi: enums are not nums]
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-12 Dave MitchellRe: closure failures
2002-10-02 Dave Mitchellmove all pad-related code to its own src file