summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+139
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-6/+31
* scope.c - fix typoYves Orton2023-03-061-1/+1
* scope.c - rework SSGROW() and SSCHECK() macros and undelying functionsYves Orton2023-02-201-18/+37
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-3/+3
* scope.* - revert and rework SAVECOPWARNINGS changeYves Orton2022-11-041-2/+13
* change the return value of SSNEW to SSize_tTony Cook2022-11-031-3/+3
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-1/+1
* scope.* - more flexible ways to save warning bitsYves Orton2022-11-021-2/+2
* scope_types.h - new header file for scope type dataYves Orton2022-11-011-61/+1
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-0/+32
* mg.c/perl.c/scope.c - fixup mangled indentation and whitespaceYves Orton2022-11-011-1/+1
* scope.c - sanity check a var before we use itYves Orton2022-10-241-0/+1
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-021-6/+4
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-1/+1
* perlapi: Document save_pushptrKarl Williamson2022-05-311-0/+14
* perlapi: Document save_[ah]elem(_flags)?Karl Williamson2022-05-271-0/+44
* perlintern: Document save_scalar_atKarl Williamson2022-05-271-0/+21
* perlapi: Document save_alloc; mark as internalKarl Williamson2022-05-181-0/+9
* perlapi: fix typoKarl Williamson2022-05-151-1/+1
* perlapi: Add markup for save_gpKarl Williamson2022-05-141-3/+3
* perlintern: Document save_[ah]delete; mark internalKarl Williamson2022-05-111-0/+18
* Mark internal and document leave_scopeKarl Williamson2022-05-071-0/+9
* perlapi: Mark internal and document some save_FOO fcnsKarl Williamson2022-05-071-9/+77
* perlapi: Mark internal, document (push|pop)_scopeKarl Williamson2022-05-071-0/+16
* Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)Richard Leach2022-03-071-2/+2
* Add a PL_prevailing_version interpreter varPaul "LeoNerd" Evans2022-02-131-2/+3
* 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