This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Exclude lex sub package name from (caller $n)[3]
[perl5.git] / pad.c
2014-09-15 Father ChrysostomosStop undef &foo from temporarily anonymising
2014-09-15 Father Chrysostomospad.c: Avoid struct name followed by colon
2014-09-15 Father Chrysostomospad.c:cv_name: Reword docs for future extensibility
2014-09-15 Father ChrysostomosAvoid reifying GVs in rv2cv
2014-09-15 Father Chrysostomospad.c: Document cv_name
2014-09-15 Father Chrysostomossv_cathek
2014-09-15 Father Chrysostomoscv_name
2014-09-15 Father ChrysostomosTurn on CVf_LEXICAL for lexical subs
2014-09-08 Jarkko HietaniemiThe recent pad changes needed dVAR love.
2014-09-08 Father Chrysostomosop.c: Calculate hash for CvNAME_HEK
2014-08-28 Father Chrysostomospad.c: pad_reset comments
2014-08-28 Father Chrysostomospad.c: Remove BROKEN from USE_BROKEN_PAD_RESET
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t reset PL_padix if using pad_reset
2014-08-28 Father Chrysostomospad.c:pad_findmy_pvn: Skip ‘our’ hack for subs
2014-08-28 Father Chrysostomospad.c: Use PadnamelistMAXNAMED in another place
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-08-28 Father Chrysostomospad.c:pad_free: Don’t turn off the PADTMP flag
2014-08-28 Father Chrysostomospad.c: More clearly separate targ/constant allocation
2014-08-28 Father Chrysostomospad.c:pad_reset: Also make sure the thing is not PADMY
2014-08-28 Father Chrysostomospad.c:pad_reset: check the name
2014-08-26 Father ChrysostomosTypo in pad.c apidocs
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel Draganfix multi-evals problems in pad name list api
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserCast %p arguments to (void*)
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-08-24 Father ChrysostomosDon’t give unavailability warnings about our vars
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-20 Father ChrysostomosFix skip logic in pad_tidy and cv_clone
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-26 Father Chrysostomospad.c apidocs: Clarify use of &PL_sv_no
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father ChrysostomosDon’t check IS_PADCONST in pad.c:pad_alloc
2013-07-26 Father Chrysostomospad.c: Don’t copy shared hash key targets when cloning
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father Chrysostomospad.c: cast before comparing signed with unsigned
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father Chrysostomospad.c: Expand pad_push SVf_READONLY explanation
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-07-26 Father ChrysostomosRe(mov|writ)e two comments from pad.c:pad_alloc
2013-06-28 Brian Fraserpad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
2013-06-15 Father Chrysostomospad.c: Correct comment added by dd2155a49b
2013-01-11 David Mitchellexpand comment in Perl_pad_tidy
2012-12-09 Steffen MuellerConvert some SvREFCNT_dec's to SvREFCNT_dec_NN's for...
2012-12-01 Father ChrysostomosStop format closure fatal warnings from leaking
2012-12-01 Father ChrysostomosStop duplicate lex vars from leaking under fatal warnings
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-13 Eric Brine\" (via RT)Silence two build warnings on systems where ivsize...
2012-11-10 David Mitchellpad_free(): don't clear SVs_PADSTALE
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-09-28 Tony Cookfix -DPERL_GLOBAL_STRUCT build failure introduced in...
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father Chrysostomospad.c: Put unavailability warning in one spot
2012-09-16 Father ChrysostomosUse the same outside logic for mysubs and formats
2012-09-16 Father ChrysostomosFix subroutine unavailability during cloning
2012-09-16 Father Chrysostomos‘Subroutine "&x" is not available’ during compilation
2012-09-16 Father ChrysostomosIn cv_clone, use pad ID to identify mysub outside
2012-09-16 Father ChrysostomosCvOUTSIDE should be strong for lexsub declared in inner...
2012-09-16 Father ChrysostomosUse the right outside for my subs defined in inner...
2012-09-16 Father ChrysostomosPreserve outside pointers of my subs with string eval
2012-09-16 Father ChrysostomosFix up outside pointers for my subs
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father Chrysostomoscv_clone: panic for no pad
2012-09-16 Father Chrysostomospad.c: Let S_cv_clone clone stubs
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father ChrysostomosDon’t say ‘variable &foo’ in warnings
2012-09-16 Father ChrysostomosMake pad_fixup_inner_anons cope with closed-over subs
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-09-12 Father Chrysostomospad.c: Share pad name lists between clones
2012-09-04 Nicholas ClarkIn Perl_cv_forget_slab(), simplify the conditionally...
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-22 Father Chrysostomospad.[ch]: PADNAME_OUTER
2012-08-22 Father Chrysostomospad.c: fix pod link
2012-08-21 Father Chrysostomospad.c: CvPADLIST docs: one more thing
2012-08-21 Father Chrysostomospad.c: Use PAD_ARRAY rather than AvARRAY in curpad...
2012-08-21 Father ChrysostomosUse new types for comppad and comppad_name
2012-08-21 Father Chrysostomospad.c: CvPADLIST doc update
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-17 Father ChrysostomosDon’t leak formats defined inside subs
2012-08-17 Father Chrysostomospad.c: Document pad_add_anon’s refcounting
2012-08-15 Father Chrysostomospad.c apidocs: Missing fullstop
2012-08-14 Nicholas ClarkDocument that newCONSTSUB{,_flags} takes ownership...
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-05 Father Chrysostomospad.c:cv_clone: Rmv irrelevent part of comment
2012-08-05 Father Chrysostomospad.c:cv_clone: add assertions
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-07-29 Father ChrysostomosMake undef &foo remove call checkers
2012-07-29 Father Chrysostomospad.c: document cv_forget_slab
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
next