| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -45/+45 |
* | pad.[ch]: PADNAME_OUTER | Father Chrysostomos | 2012-08-22 | 1 | -2/+4 |
* | pad.c: fix pod link | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | pad.c: CvPADLIST docs: one more thing | Father Chrysostomos | 2012-08-21 | 1 | -1/+3 |
* | pad.c: Use PAD_ARRAY rather than AvARRAY in curpad docs | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Use new types for comppad and comppad_name | Father Chrysostomos | 2012-08-21 | 1 | -2/+2 |
* | pad.c: CvPADLIST doc update | Father Chrysostomos | 2012-08-21 | 1 | -20/+19 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -9/+14 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -64/+87 |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -8/+10 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -1/+1 |
* | Don’t leak formats defined inside subs | Father Chrysostomos | 2012-08-17 | 1 | -1/+1 |
* | pad.c: Document pad_add_anon’s refcounting | Father Chrysostomos | 2012-08-17 | 1 | -0/+2 |
* | pad.c apidocs: Missing fullstop | Father Chrysostomos | 2012-08-14 | 1 | -1/+1 |
* | Document that newCONSTSUB{,_flags} takes ownership of a reference to the SV. | Nicholas Clark | 2012-08-14 | 1 | -0/+3 |
* | [perl #114018] Let eval close over stale vars in active sub | Father Chrysostomos | 2012-08-08 | 1 | -2/+7 |
* | pad.c:cv_clone: Rmv irrelevent part of comment | Father Chrysostomos | 2012-08-04 | 1 | -3/+2 |
* | pad.c:cv_clone: add assertions | Father Chrysostomos | 2012-08-04 | 1 | -0/+2 |
* | Close over stale vars in active subs | Father Chrysostomos | 2012-08-04 | 1 | -1/+2 |
* | Make undef &foo remove call checkers | Father Chrysostomos | 2012-07-29 | 1 | -0/+1 |
* | pad.c: document cv_forget_slab | Father Chrysostomos | 2012-07-29 | 1 | -0/+12 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -16/+10 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -0/+17 |
* | 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 |