| Commit message (Expand) | Author | Age | Files | Lines |
* | pad.c: Improve intro_my docs | Father Chrysostomos | 2012-07-02 | 1 | -1/+3 |
* | Cloning a format whose outside has been undefined | Father Chrysostomos | 2012-06-30 | 1 | -5/+7 |
* | pad.c: Update comments | Father Chrysostomos | 2012-06-29 | 1 | -3/+5 |
* | Make formats close over the right closure | Father Chrysostomos | 2012-06-29 | 1 | -3/+4 |
* | [perl #113812] Always use find_runcv when cloning a sub | Father Chrysostomos | 2012-06-29 | 1 | -4/+8 |
* | CV-based slab allocation for ops | Father Chrysostomos | 2012-06-29 | 1 | -1/+42 |
* | Formats in closures called outside closures → crash | Father Chrysostomos | 2012-06-28 | 1 | -3/+7 |
* | Don’t let formats outlive their outer subs | Father Chrysostomos | 2012-06-28 | 1 | -2/+23 |
* | [perl #113812] Handle null CvOUTSIDE in cv_clone | Father Chrysostomos | 2012-06-26 | 1 | -1/+1 |
* | [perl #89544] Non-eval closures don’t need CvOUTSIDE | Father Chrysostomos | 2012-06-20 | 1 | -1/+3 |
* | eliminate sv_compile_2op, sv_compile_2op_is_broken | David Mitchell | 2012-06-13 | 1 | -2/+1 |
* | pad.c: Remove obsolete comment | Father Chrysostomos | 2012-06-04 | 1 | -5/+0 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Copy call checker when cloning closure prototype | Father Chrysostomos | 2012-05-21 | 1 | -0/+2 |
* | delay allocating trans table until needed | Zefram | 2012-02-25 | 1 | -2/+3 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -4/+8 |
* | Correct comment in pad.c | Father Chrysostomos | 2011-10-15 | 1 | -1/+1 |
* | Fix up pad_check_dup entry in perlintern | Father Chrysostomos | 2011-10-09 | 1 | -4/+6 |
* | make SVs_PADTMP and SVs_PADSTALE share a bit | David Mitchell | 2011-10-07 | 1 | -1/+1 |
* | [perl #98092] Fix unreferenced scalar warnings in clone.t | Father Chrysostomos | 2011-09-01 | 1 | -14/+9 |
* | Add find_rundefsv2 function | Father Chrysostomos | 2011-08-24 | 1 | -0/+18 |
* | [perl #71154] undef &$coderef consistency | Father Chrysostomos | 2011-08-24 | 1 | -2/+3 |
* | [perl #96126] Allocate CvFILE more simply | Father Chrysostomos | 2011-08-17 | 1 | -10/+3 |
* | use the correct type for a format field width parameter | Tony Cook | 2011-07-24 | 1 | -1/+1 |
* | Change sv_eq_pvn_flags()'s parameter pvlen from I32 to STRLEN. | Nicholas Clark | 2011-07-15 | 1 | -2/+2 |
* | Make prototypes and declarations for Perl_pad_add_name_{pv,pvn,sv} agree. | Nicholas Clark | 2011-07-14 | 1 | -1/+1 |
* | Fix perlintern links; regen known pod issues | Father Chrysostomos | 2011-07-12 | 1 | -2/+4 |
* | Cleaned up warning messages in pad.c, plus related tests. | Brian Fraser | 2011-07-12 | 1 | -9/+16 |
* | Cleanup of pad fetching and storing. This version normalizes the data on both... | Brian Fraser | 2011-07-12 | 1 | -3/+30 |
* | Added sv_eq_pvn_flags to pad.c, which will be used by later commits. | Brian Fraser | 2011-07-12 | 1 | -0/+41 |
* | pad.c: flags checking for the UTF8 flag when necessary | Brian Fraser | 2011-07-12 | 1 | -3/+9 |
* | Added a flags parameter to pad_findlex. | Brian Fraser | 2011-07-12 | 1 | -8/+8 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -154/+290 |
* | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero. | Nicholas Clark | 2011-06-11 | 1 | -2/+1 |
* | fix typo in new pad.c comment | David Mitchell | 2011-02-06 | 1 | -3/+3 |
* | allow wrap-around of PL_cop_seqmax | David Mitchell | 2011-02-06 | 1 | -6/+37 |
* | make 0 not a special value for COP_SEQ_RANGE_HIGH | David Mitchell | 2011-02-06 | 1 | -9/+22 |
* | rename PAD_MAX to PERL_PADSEQ_INTRO | David Mitchell | 2011-02-06 | 1 | -11/+14 |
* | many string evals cause eventual scope issues | David Mitchell | 2011-02-06 | 1 | -2/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -3/+3 |
* | [perl #19135] string eval turns off readonlyness on lexicals | Father Chrysostomos | 2010-12-08 | 1 | -5/+0 |
* | No need to clone pad name 0, as it's never used. | Nicholas Clark | 2010-11-23 | 1 | -1/+1 |
* | In Perl_cv_undef(), only check potential pads against PL_comppad | Nicholas Clark | 2010-11-17 | 1 | -4/+8 |
* | In S_pad_check_dup(), no need to check the 0th name entry. | Nicholas Clark | 2010-11-17 | 1 | -2/+3 |
* | Inline Perl_pad_undef() into its only caller, Perl_cv_undef(). | Nicholas Clark | 2010-11-16 | 1 | -101/+84 |
* | Move Perl_cv_undef() from op.c to pad.c | Nicholas Clark | 2010-11-16 | 1 | -0/+66 |
* | In Perl_pad_new(), allocate a 2 element array for padlist. | Nicholas Clark | 2010-11-16 | 1 | -2/+12 |
* | In Perl_pad_new(), avoid calling av_fetch() for something we already know. | Nicholas Clark | 2010-11-16 | 1 | -3/+3 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -1/+1 |
* | add CvSTASH_set() macro and make CvSTASH() rvalue only | Zefram | 2010-10-25 | 1 | -3/+1 |