summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-0/+1
* Restore special blocks to working orderFather Chrysostomos2012-09-261-1/+3
* Revert "Set PL_comppad_name on sub entry"Father Chrysostomos2012-09-171-2/+1
* Set PL_comppad_name on sub entryFather Chrysostomos2012-09-151-1/+2
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-0/+2
* Flag ops that are on the savestackFather Chrysostomos2012-06-291-1/+15
* Say goodbye to SAVECOPSTASHFather Chrysostomos2012-06-041-3/+2
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-4/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #113060] Save cop_stashlen threaded even with shared cop pvReini Urban2012-05-291-1/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-1/+2
* remove index offsetting ($[)Zefram2011-09-091-3/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* add SAVEFREECOPHH()Zefram2010-10-281-0/+2
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-0/+1