This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor t/op/overload_integer.t to use test.pl instead of making TAP by hand.
[perl5.git] / pad.c
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
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-07-02 Father Chrysostomospad.c: Improve intro_my docs
2012-06-30 Father ChrysostomosCloning a format whose outside has been undefined
2012-06-30 Father Chrysostomospad.c: Update comments
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father Chrysostomos[perl #113812] Always use find_runcv when cloning a sub
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
2012-06-29 Father ChrysostomosFormats in closures called outside closures → crash
2012-06-28 Father ChrysostomosDon’t let formats outlive their outer subs
2012-06-26 Father Chrysostomos[perl #113812] Handle null CvOUTSIDE in cv_clone
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-13 David Mitchelleliminate sv_compile_2op, sv_compile_2op_is_broken
2012-06-05 Father Chrysostomospad.c: Remove obsolete comment
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-02-25 Zeframdelay allocating trans table until needed
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-10-16 Father ChrysostomosCorrect comment in pad.c
2011-10-10 Father ChrysostomosFix up pad_check_dup entry in perlintern
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-09-01 Father Chrysostomos[perl #98092] Fix unreferenced scalar warnings in clone.t
2011-08-25 Father ChrysostomosAdd find_rundefsv2 function
2011-08-25 Father Chrysostomos[perl #71154] undef &$coderef consistency
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-07-24 Tony Cookuse the correct type for a format field width parameter
2011-07-15 Nicholas ClarkChange sv_eq_pvn_flags()'s parameter pvlen from I32...
2011-07-14 Nicholas ClarkMake prototypes and declarations for Perl_pad_add_name_...
2011-07-13 Father ChrysostomosFix perlintern links; regen known pod issues
2011-07-13 Brian FraserCleaned up warning messages in pad.c, plus related...
2011-07-13 Brian FraserCleanup of pad fetching and storing. This version norma...
2011-07-13 Brian FraserAdded sv_eq_pvn_flags to pad.c, which will be used...
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 Brian FraserAdded a flags parameter to pad_findlex.
2011-07-13 ZeframAPIify pad functions
2011-06-11 Nicholas ClarkTest that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
2011-02-06 David Mitchellfix typo in new pad.c comment
2011-02-06 David Mitchellallow wrap-around of PL_cop_seqmax
2011-02-06 David Mitchellmake 0 not a special value for COP_SEQ_RANGE_HIGH
2011-02-06 David Mitchellrename PAD_MAX to PERL_PADSEQ_INTRO
2011-02-06 David Mitchellmany string evals cause eventual scope issues
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()...
next