This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove MacOS Classic references from B's tests.
[perl5.git] / pad.c
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-08 Father Chrysostomos[perl #19135] string eval turns off readonlyness on...
2010-11-23 Nicholas ClarkNo need to clone pad name 0, as it's never used.
2010-11-17 Nicholas ClarkIn Perl_cv_undef(), only check potential pads against...
2010-11-17 Nicholas ClarkIn S_pad_check_dup(), no need to check the 0th name...
2010-11-16 Nicholas ClarkInline Perl_pad_undef() into its only caller, Perl_cv_u...
2010-11-16 Nicholas ClarkMove Perl_cv_undef() from op.c to pad.c
2010-11-16 Nicholas ClarkIn Perl_pad_new(), allocate a 2 element array for padlist.
2010-11-16 Nicholas ClarkIn Perl_pad_new(), avoid calling av_fetch() for somethi...
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-09-12 David Mitchellfix a couple of -Dmad compiler warnings
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchellchange when to make CvGV refcounted
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-05-31 Nicholas ClarkIn Perl_pad_add_name(), use sv_upgrade() directly rathe...
2010-05-30 Nicholas ClarkOnly allocate entries for @_ when the subroutine is...
2010-05-24 Nicholas ClarkSet PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas ClarkDon't clone the contents of lexicals in pads.
2010-05-24 Nicholas ClarkIn Perl_pad_tidy(), merge the SvPADTMP_on() loops for...
2010-05-24 Nicholas ClarkIn Perl_padlist_dup() don't duplicate @_ or pads caused...
2010-05-24 Nicholas ClarkConvert PAD_DUP to a function Perl_padlist_dup().
2010-03-08 Nicholas ClarkIn comments, correct two instances of SVf_PADSTALE...
2009-11-20 Rafael Garcia-SuarezMissing static storage class for some new static functions
2009-11-15 Nicholas ClarkMake the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas ClarkChange S_pad_check_dup()'s arguments from char*/STRLEN...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas ClarkRefactor common code paths from Perl_pad_add_name(...
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas ClarkIn Perl_pad_check_dup(), use sv rather than name for...
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-04-19 Nicholas ClarkSimpify logic in Perl_pad_free(): SvIsCOW() has the...
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas ClarkThe vestigial PL_pad_reset_pending can actually be...
2008-11-26 Nicholas Clarkpad_reset() is only used in pad.c, so can be static.
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-26 Marcus Holland-MoritzNo, it's not a const SV* if we subsequently call
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-19 Dave Mitchell[perl #49522] state variable not available
2008-01-09 Dave Mitchellchange #31447 was wrong. Really handle cloning a stale...
2007-09-10 Dave Mitchellwhen anon subs are cloned, the 'assign once only' flag...
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-06-22 Dave Mitchellsafely handle cloning a stale lexical var
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-04-21 Nicholas ClarkVarious variables in intrpvar.h and thrdvar.h are consi...
2007-03-12 Rafael Garcia-SuarezLike fake scalars, state variables shouldn't get new...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-03 Nicholas ClarkRename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2006-12-29 Nicholas ClarkWith xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX...
2006-12-28 Nicholas ClarkMove PAD_COMPNAME_GEN from SvCUR to SvUVX.
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-28 Nicholas ClarkChange PAD_MAX to something a bit less FORTRAN-ish...
2006-12-12 Nicholas Clarkpads haven't actually contained any PVGVs since change...
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzA couple of casts to PADOFFSET.
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-03-08 Nicholas ClarkAdd MAD changes to pad code (new function Perl_pad_peg)
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Nicholas ClarkUse PVMGs rather than PVGVs to store the names of our...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2006-02-24 Nicholas ClarkReplace usage of GvSTASH for storing the stash of C...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-14 Andy LesterSun Studio lint patches
2006-02-08 Andy LesterHandle unused args
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-10 Andy LesterExcluding pad funcs when not debugging
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-09 Nicholas ClarkAdd a comment about possible future refactoring of...
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-08-07 Jarkko Hietaniemiundup
2005-08-01 Rafael Garcia-SuarezMore typo fixes (damn generated pod files)
2005-07-20 Steve HaySilence Win32 compiler warning (signed/unsigned mismatch)
next