summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* offset PL_savestack_max by SS_MAXPUSHDavid Mitchell2016-02-031-3/+7
* add SAVEt_TMPSFLOOR save type and Perl_savetmps()David Mitchell2016-02-031-0/+15
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-3/+5
* Perl_free_tmps(): don't test for PL_sv_undefDavid Mitchell2016-02-031-1/+1
* move and rename cx_old_savestack_ixDavid Mitchell2016-02-031-0/+1
* PUSHLOOP_PLAIN: don't set unused fieldsDavid Mitchell2016-02-031-7/+11
* Eliminate cx->blk_loop.resetspDavid Mitchell2016-02-031-2/+0
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-2/+3
* remove vestigial uses of PRIVSHIFTDavid Mitchell2016-01-191-9/+6
* document save_gp() and the GVf_INTRO flagTony Cook2015-12-171-0/+13
* avoid leaks when calling mg_set() in leave_scope()David Mitchell2015-12-111-7/+18
* markstack_grow(): fix debugging stuffDavid Mitchell2015-12-021-2/+3
* MARK -Ds debuggingReini Urban2015-11-101-0/+2
* RT: #126309 die more gracefully on (1) x ~1David Mitchell2015-10-281-4/+18
* make EXTEND() and stack_grow() safe(r)David Mitchell2015-10-021-0/+4
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-28/+0
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-5/+5
* refactor gv_add_by_typeDaniel Dragan2015-01-061-5/+5
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-0/+3
* Hoist switch-local variables.Jarkko Hietaniemi2014-11-271-6/+3
* Fix assert fail with my $x; sub() {$x}Father Chrysostomos2014-11-161-0/+1
* pad.c:cv_clone_pad: Avoid copying svFather Chrysostomos2014-11-131-1/+0
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-2/+0
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-5/+24
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-0/+12
* Remove most uses of PADMYFather Chrysostomos2014-09-241-1/+1
* Stop setting PADMY; renumber PADSTALEFather Chrysostomos2014-09-241-1/+0
* [perl #115254] Fix flag check on scope exitFather Chrysostomos2014-09-201-1/+1
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-1/+1
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-0/+16
* Unused return value.Jarkko Hietaniemi2014-09-181-1/+1
* op.c:ck_subr: reify GVs based on call checkerFather Chrysostomos2014-09-151-15/+7
* Turn on CVf_LEXICAL for lexical subsFather Chrysostomos2014-09-151-0/+2
* avoid local *f = \&foo resetting the method cachesyber2014-09-021-1/+1
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-3/+17
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-62/+1
* remove 1 read of interp var from PUSHMARKDaniel Dragan2014-06-091-2/+3
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-27/+27
* Commit 5c85b638cb45ea2b inadvertently broke the -DDEBUGGING build.Nicholas Clark2014-03-011-2/+5
* SAVEt_CLEARSV: only clear-in-place if RC==1David Mitchell2014-02-281-1/+1
* SAVEt_CLEARSV: handle SvOOK() speciallyDavid Mitchell2014-02-281-7/+10
* SAVEt_CLEARSV: expand SvOK_off() macroDavid Mitchell2014-02-281-1/+5
* SAVEt_CLEARSV: simplify SvREADONLY_off() conditionDavid Mitchell2014-02-281-1/+3
* SAVEt_CLEARSV: reindent after previous commitDavid Mitchell2014-02-281-17/+16
* SAVEt_CLEARSV: check common flagsDavid Mitchell2014-02-281-2/+14
* op.c:leave_scope: use mg_free before sv_force_normalFather Chrysostomos2013-09-131-3/+3
* Use SSize_t for arraysFather Chrysostomos2013-08-251-8/+16
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-1/+1