It's the Barbie bus patch
[p5sagit/p5-mst-13.2.git] / pad.c
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-08 Nicholas Clark Update copyright years (including some years where...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-10 Andy Lester Excluding pad funcs when not debugging
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-09 Nicholas Clark Add a comment about possible future refactoring of...
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-08-07 Jarkko Hietaniemi undup
2005-08-01 Rafael Garcia-Suarez More typo fixes (damn generated pod files)
2005-07-20 Steve Hay Silence Win32 compiler warning (signed/unsigned mismatch)
2005-07-19 Rafael Garcia-Suarez Extend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-Suarez Overhaul the semantics of the warning
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-12 Dave Mitchell S_pad_findlex has side effects, so its return value...
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-06-23 Dave Mitchell change 24967 got the #endif in the wrong place
2005-06-23 Dave Mitchell don't repopulate PADTMP slots with null SVs when freein...
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Andy Lester Random cleanups #47
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-05 Dave Mitchell avoid accessing a just-freed SV (keep ponie happy)
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Andy Lester pad_compname_type(), takes care of a clunky macro
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-08 Nicholas Clark Add SvIVX() to PERL_DEBUG_COW, and change pad.c to...
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #1
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-29 Rafael Garcia-Suarez Don't #ifdef out a return statement
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-03-11 Andy Lester pad_push numero three-o
2004-10-29 Dave Mitchell [perl #31851] Threading crash with closures
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-06-02 Marcus Holland-Moritz Make change #22889 work for threaded builds.
2004-06-02 Rafael Garcia-Suarez Make the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-30 Dave Mitchell [perl #29708] Problem with autouse (causing Perl to...
2004-03-17 Robin Barker format/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-06 Dave Mitchell fix coredump in /(?{sub{}})/
2004-02-20 Dave Mitchell Document the SVf_PADSTALE flag
2003-08-12 Jarkko Hietaniemi A new try from Dave Mitchell for [perl #23265].
2003-08-10 Jarkko Hietaniemi Retract #20597, too many resulting core dumps.
2003-08-10 Dave Mitchell Re: [perl #23265] Nested anonymous subs
2003-08-09 Jarkko Hietaniemi Reintroduce the U_32-ification to pad.c,
2003-08-09 Jarkko Hietaniemi Retract #20524 since it was due to broken INT32_MIN in
2003-08-06 Gerrit P. Haase Re: perl with cygwin 1.5, need help
2003-08-02 Adrian M. Enache Small nit to pad.c
2003-07-24 Dave Mitchell Re: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-05-31 Dave Mitchell jumbo closure patch broke formats
2003-05-29 Dave Mitchell jumbo closure fix
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-11 Todd C. Miller typos and other minor things
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-29 Jarkko Hietaniemi More of the #18600.
2003-01-22 Dave Mitchell Re: 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 Mitchell remove flag SvPADBUSY
2002-12-17 Hugo van der Sanden Whoops, these are the changes supposed to be in #18318.
2002-12-17 Dave Mitchell Re: [jhi@iki.fi: enums are not nums]
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchell SvFAKE lexicals in scope for all of the sub
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-12 Dave Mitchell Re: closure failures
2002-10-02 Dave Mitchell move all pad-related code to its own src file