| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert some SvREFCNT_dec's to SvREFCNT_dec_NN's for efficiency | Steffen Mueller | 2012-12-09 | 1 | -5/+5 |
* | Stop format closure fatal warnings from leaking | Father Chrysostomos | 2012-11-30 | 1 | -2/+5 |
* | Stop duplicate lex vars from leaking under fatal warnings | Father Chrysostomos | 2012-11-30 | 1 | -0/+4 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -1/+1 |
* | Stop eval "END OF TERMS" from leaking | Father Chrysostomos | 2012-11-14 | 1 | -0/+2 |
* | Silence two build warnings on systems where ivsize > ptrsize. | Eric Brine\" (via RT) | 2012-11-13 | 1 | -1/+1 |
* | pad_free(): don't clear SVs_PADSTALE | David Mitchell | 2012-11-10 | 1 | -3/+6 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -1/+1 |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -4/+4 |
* | fix -DPERL_GLOBAL_STRUCT build failure introduced in 97b03d64 and e10681aa | Tony Cook | 2012-09-28 | 1 | -0/+2 |
* | Move my sub prototype CVs to the pad names | Father Chrysostomos | 2012-09-15 | 1 | -21/+5 |
* | pad.c: Put unavailability warning in one spot | Father Chrysostomos | 2012-09-15 | 1 | -19/+14 |
* | Use the same outside logic for mysubs and formats | Father Chrysostomos | 2012-09-15 | 1 | -11/+1 |
* | Fix subroutine unavailability during cloning | Father Chrysostomos | 2012-09-15 | 1 | -2/+20 |
* | ‘Subroutine "&x" is not available’ during compilation | Father Chrysostomos | 2012-09-15 | 1 | -2/+10 |
* | In cv_clone, use pad ID to identify mysub outside | Father Chrysostomos | 2012-09-15 | 1 | -4/+8 |
* | CvOUTSIDE should be strong for lexsub declared in inner pack sub | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 |
* | Use the right outside for my subs defined in inner subs | Father Chrysostomos | 2012-09-15 | 1 | -7/+6 |
* | Preserve outside pointers of my subs with string eval | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Fix up outside pointers for my subs | Father Chrysostomos | 2012-09-15 | 1 | -4/+9 |
* | CvNAME_HEK_set | Father Chrysostomos | 2012-09-15 | 1 | -9/+4 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -6/+54 |
* | cv_clone: panic for no pad | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | pad.c: Let S_cv_clone clone stubs | Father Chrysostomos | 2012-09-15 | 1 | -27/+43 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -13/+38 |
* | Don’t say ‘variable &foo’ in warnings | Father Chrysostomos | 2012-09-15 | 1 | -1/+3 |
* | Make pad_fixup_inner_anons cope with closed-over subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -2/+5 |
* | [perl #114888] Localise PL_comppad_name in cv_clone | Father Chrysostomos | 2012-09-14 | 1 | -1/+2 |
* | pad.c: Share pad name lists between clones | Father Chrysostomos | 2012-09-11 | 1 | -8/+7 |
* | In Perl_cv_forget_slab(), simplify the conditionally compiled code. | Nicholas Clark | 2012-09-04 | 1 | -11/+5 |
* | 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 |