summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* dont use a 64 bit constant for a 32 bit valueDaniel Dragan2015-05-191-1/+1
* null ptr deref in Perl_cv_forget_slabDavid Mitchell2015-05-051-3/+4
* [perl #124187] don't call pad_findlex() on a NULL CVTony Cook2015-05-051-0/+4
* perlapi: Wrap long verbatim lines to 79 columnsKarl Williamson2015-04-231-8/+11
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* silence some compiler warnings.David Mitchell2015-02-241-1/+1
* Confused cloning of nested state subsFather Chrysostomos2015-01-111-10/+72
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-4/+4
* pad.c: Obsolete commentFather Chrysostomos2015-01-031-4/+0
* Fix CvOUTSIDE for state subs in predeclared subsFather Chrysostomos2015-01-031-4/+16
* Fix bad read in pad.c:cv_undefFather Chrysostomos2014-12-171-1/+3
* Don’t set PadlistMAXNAMED for single-char entriesFather Chrysostomos2014-12-141-1/+2
* Unify format and named-sub pad weakref codeFather Chrysostomos2014-12-091-9/+3
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+18
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-2/+2
* Use cBOOL.Jarkko Hietaniemi2014-12-071-1/+1
* Revert ‘Used pad name lists for pad ids’Father Chrysostomos2014-12-061-4/+4
* pad.c: Various doc updatesFather Chrysostomos2014-11-301-32/+30
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-40/+162
* Use PADNAME rather than SV in pad.c:padlist_dupFather Chrysostomos2014-11-301-4/+4
* Use PADNAME rather than SV in pad.c:pad_pushFather Chrysostomos2014-11-301-4/+4
* Use PADNAME rather than SV in pad.c:cv_clone_padFather Chrysostomos2014-11-301-12/+11
* Use PADNAME rather than SV in pad.c:do_dump_padFather Chrysostomos2014-11-301-5/+5
* Use PADNAME rather than SV in pad.c:pad_tidyFather Chrysostomos2014-11-301-3/+3
* Use PADNAME rather than SV in pad.c:pad_leavemyFather Chrysostomos2014-11-301-7/+7
* Use PADNAME rather than SV in pad.c:intro_myFather Chrysostomos2014-11-301-4/+4
* pad.c: Don’t mk temp SVs for unavailable warningsFather Chrysostomos2014-11-301-4/+2
* Use PADNAME rather than SV in pad.c:S_unavailableFather Chrysostomos2014-11-301-4/+4
* Use PADNAME rather than SV in pad.c:pad_check_dupFather Chrysostomos2014-11-301-13/+13
* Use PADNAME rather than SV in pad.c:pad_allocFather Chrysostomos2014-11-301-1/+2
* Use PADNAME rather than SV in pad.c:cv_undef_flagsFather Chrysostomos2014-11-301-4/+3
* pad.c apidocs: Note the separate state for stateFather Chrysostomos2014-11-301-1/+2
* ‘Subroutine (not var) "&x" will not stay shared’Father Chrysostomos2014-11-301-1/+4
* 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