summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-4/+0
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+1
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-404/+404
* Implement SAVEt_STRLEN_SMALLPaul "LeoNerd" Evans2020-12-091-3/+17
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* Define a new SAVEt_HINT_HH typePaul "LeoNerd" Evans2020-07-301-11/+16
* Ensure stack is in consistent state while restoring SAVEt_HINTSPaul "LeoNerd" Evans2020-07-201-1/+7
* fixup to free_and_set_cop_warnings()David Mitchell2020-03-201-1/+1
* Add macro to free and set cop_warningsNicolas R2020-03-161-3/+1
* treat TAINT_get and TAINTING_get as unlikelyTony Cook2019-12-161-1/+1
* Faster feature checksTony Cook2019-10-301-0/+2
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+1
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-1/+0
* add PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-191-0/+1
* perlapi: save_gp is a GV functionKarl Williamson2019-08-091-0/+3
* avoid leak with local $h{foo}, $a[n]David Mitchell2019-03-261-3/+14
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-1/+0
* make loop control apply to "given"Zefram2017-11-291-1/+3
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-4/+2
* [perl #129916] Allow sub-in-stash outside of mainFather Chrysostomos2017-10-081-0/+11
* Add CvGvNAME_HEK helperNicolas R2017-09-211-7/+2
* add PL_curstackinfo->si_stack_hwmDavid Mitchell2017-06-241-0/+4
* PERL_GLOBAL_STRUCT_PRIVATE: fix scope.c:arg_countsDavid Mitchell2017-03-171-1/+1
* update size after RenewHugo van der Sanden2017-03-151-12/+17
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-25/+25
* add any_op field to the ANY savestack unionDavid Mitchell2016-08-171-1/+1
* scope.c: Appease C++Father Chrysostomos2016-08-121-2/+4
* leave_scope(): combine the SAVEt_*PTR branchesDavid Mitchell2016-08-121-13/+1
* leave_scope(): eliminate a couple of local varsDavid Mitchell2016-08-121-23/+29
* clean up leave_scope()David Mitchell2016-08-121-186/+207
* leave_scope(): pop args in each branchDavid Mitchell2016-08-111-30/+127
* Unmathomize save_ivFather Chrysostomos2016-07-271-0/+11
* Fix STRESS_REALLOC after 3caf0269dFather Chrysostomos2016-05-211-0/+4
* 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