This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Linenumbers for utf8 warnings were wrong, test also rcatline.
[perl5.git] / pad.c
2003-08-12 Jarkko HietaniemiA new try from Dave Mitchell for [perl #23265].
2003-08-10 Jarkko HietaniemiRetract #20597, too many resulting core dumps.
2003-08-10 Dave MitchellRe: [perl #23265] Nested anonymous subs
2003-08-09 Jarkko HietaniemiReintroduce the U_32-ification to pad.c,
2003-08-09 Jarkko HietaniemiRetract #20524 since it was due to broken INT32_MIN in
2003-08-06 Gerrit P. HaaseRe: perl with cygwin 1.5, need help
2003-08-02 Adrian M. EnacheSmall nit to pad.c
2003-07-24 Dave MitchellRe: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-05-31 Dave Mitchelljumbo closure patch broke formats
2003-05-29 Dave Mitchelljumbo closure fix
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-11 Todd C. Millertypos and other minor things
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-29 Jarkko HietaniemiMore of the #18600.
2003-01-22 Dave MitchellRe: difference between my and our before introduction
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
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