summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
...
* pad.c: Use UTF8f for ‘will not stay shared’Father Chrysostomos2014-11-301-3/+2
* Make pad names always UTF8Father Chrysostomos2014-11-301-70/+15
* pad.c:padlist_dup: Remove refcnt checkFather Chrysostomos2014-11-301-2/+1
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-59/+182
* pad.c: Remove encoding handlingFather Chrysostomos2014-11-301-15/+0
* Mathomise pad_compname_typeFather Chrysostomos2014-11-301-16/+0
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-301-90/+90
* make more use of NOT_REACHEDLukas Mai2014-11-291-9/+3
* Fix UTF8 lex sub namesFather Chrysostomos2014-11-231-1/+1
* Remove context param from set_padlistFather Chrysostomos2014-11-211-1/+1
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-2/+2
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-1/+1
* Manually revert ‘Remove SvREADONLY_on from op.c:op_const_sv’Father Chrysostomos2014-11-161-0/+1
* Put PL_cop_seqmax++ code in one spotFather Chrysostomos2014-11-151-6/+2
* pad.c:cv_clone_pad: Avoid copying svFather Chrysostomos2014-11-131-4/+16
* Account for string eval when const-izing sub(){$x}Father Chrysostomos2014-11-131-25/+2
* Inline op_const_sv into cv_cloneFather Chrysostomos2014-11-131-6/+53
* Make sub () { 0; 3 } inlinable once moreFather Chrysostomos2014-11-131-1/+1
* Deprecate inlining sub(){$x} if $x is changed elsewhereFather Chrysostomos2014-11-131-1/+1
* pad.c: Move constant closure codeFather Chrysostomos2014-11-131-24/+24
* pad.c: Have S_cv_clone_pad return the CVFather Chrysostomos2014-11-131-2/+5
* pad.c:S_cv_clone: Add assertionFather Chrysostomos2014-11-131-0/+1
* Update comments about sub(){$x} constingFather Chrysostomos2014-11-131-2/+3
* Preserve :method in sub:method(){$outer_lex}Father Chrysostomos2014-11-131-0/+3
* add xs_handshake APIDaniel Dragan2014-11-071-2/+2
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-061-2/+7
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-10/+31
* refactor Perl_cv_undef_flagsDaniel Dragan2014-10-291-50/+68
* [perl #122829] Flip-flop under recursionFather Chrysostomos2014-10-281-5/+0
* APIfy block_start/block_end/intro_myLukas Mai2014-10-251-4/+4
* [perl #122845] Crash in recursion with ‘our’ varsFather Chrysostomos2014-09-261-1/+2
* Remove most uses of PADMYFather Chrysostomos2014-09-241-9/+3
* Stop setting PADMY; renumber PADSTALEFather Chrysostomos2014-09-241-1/+1
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-3/+9
* Stop flip from returning the same scalar each timeFather Chrysostomos2014-09-221-0/+4
* pad.c:padlist_clone: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-2/+1
* pad.c:pad_push: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-1/+1
* pad.c:cv_clone_pad: Don’t bother with IS_PADGVFather Chrysostomos2014-09-171-1/+1
* pad.c:pad_tidy: Remove IS_PADCONST and another IS_PADGVFather Chrysostomos2014-09-171-2/+1
* pad.c:pad_tidy: Remove redundant IS_PADGVFather Chrysostomos2014-09-171-2/+1
* pad.c:pad_alloc: Remove redundant IS_PADGVFather Chrysostomos2014-09-171-2/+1
* Stop undef &foo from temporarily anonymisingFather Chrysostomos2014-09-151-7/+19
* pad.c: Avoid struct name followed by colonFather Chrysostomos2014-09-151-1/+1
* pad.c:cv_name: Reword docs for future extensibilityFather Chrysostomos2014-09-151-2/+2
* Avoid reifying GVs in rv2cvFather Chrysostomos2014-09-151-3/+1
* pad.c: Document cv_nameFather Chrysostomos2014-09-151-0/+15
* sv_cathekFather Chrysostomos2014-09-151-5/+1
* cv_nameFather Chrysostomos2014-09-151-0/+32
* Turn on CVf_LEXICAL for lexical subsFather Chrysostomos2014-09-151-2/+5
* The recent pad changes needed dVAR love.Jarkko Hietaniemi2014-09-081-0/+1