summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-181-0/+6
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-2/+3
* scope.c - rework SSGROW() and SSCHECK() macros and undelying functionsYves Orton2023-02-201-3/+3
* relax the assertion in SSPTR() and SSPTRt()Tony Cook2022-11-181-2/+2
* scope.* - revert and rework SAVECOPWARNINGS changeYves Orton2022-11-041-7/+5
* change the return value of SSNEW to SSize_tTony Cook2022-11-031-9/+9
* scope.* - more flexible ways to save warning bitsYves Orton2022-11-021-1/+2
* scope_types.h - new header file for scope type dataYves Orton2022-11-011-71/+1
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-9/+21
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-1/+1
* Change autodoc flagKarl Williamson2022-06-141-6/+6
* perlapi: Document SSNEW, SSPTR and kinKarl Williamson2022-05-181-9/+29
* scope.h: Fix grammar in commentKarl Williamson2022-05-171-3/+3
* perlapi: Mark internal and document some save_FOO fcnsKarl Williamson2022-05-071-0/+10
* Add 'ASSERT_IS_LITERAL' macroKarl Williamson2022-03-031-2/+2
* Expose a public SAVESTRLEN() macroPaul "LeoNerd" Evans2021-10-051-22/+24
* use CLANG_DIAG_IGNORE_STMT instead of GCC_DIAG_IGNORE_STMTTony Cook2021-08-031-2/+2
* Eliminate '-Wstring-compare' build-time warning in re_comp.c.James E Keenan2021-07-051-0/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-24/+24
* Implement SAVEt_STRLEN_SMALLPaul "LeoNerd" Evans2020-12-091-32/+33
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-1/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Define a new SAVEt_HINT_HH typePaul "LeoNerd" Evans2020-07-301-0/+1
* Change pod for macros that require "literal strings"Karl Williamson2019-09-021-2/+2
* autodoc.pl: Make 's' flag independent of 'n'Karl Williamson2019-05-301-2/+2
* Add 'n' flag to various =for apidoc linesKarl Williamson2019-05-301-4/+4
* better document macros taking literal stringsZefram2017-11-121-1/+1
* perlapi: Fix docs for 2 scope related macrosKarl Williamson2016-10-121-8/+4
* leave_scope(): pop args in each branchDavid Mitchell2016-08-111-7/+1
* minor comment improvements in hv.h and scope.hDaniel Dragan2016-02-161-1/+1
* perlapi: Clarify that a literal string must end in a NULKarl Williamson2016-02-031-1/+1
* offset PL_savestack_max by SS_MAXPUSHDavid Mitchell2016-02-031-6/+8
* add SAVEt_TMPSFLOOR save type and Perl_savetmps()David Mitchell2016-02-031-3/+3
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-4/+4
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-4/+7
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-2/+2
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-3/+3
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-2/+3
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-12/+6
* Remove SAVEt_STACK_CXPOSFather Chrysostomos2013-08-051-10/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-6/+12
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-4/+5
* eliminate PL_reg_stateDavid Mitchell2013-06-021-1/+1
* refactor Perl_leave_scopeDavid Mitchell2012-12-041-52/+71
* Add SS_ADD_* macros and replace most SSPUSH* usesDavid Mitchell2012-12-041-11/+52
* Clear method caches when unwinding local *foo=sub{}Father Chrysostomos2012-11-291-0/+1
* save_freeop is not an expression, remove PL_XpvDaniel Dragan2012-11-151-12/+3