summaryrefslogtreecommitdiff
path: root/pp.h
Commit message (Expand)AuthorAgeFilesLines
* pp.h - put STMT_END on its own line and lined up STMT_STARTYves Orton2022-09-071-3/+5
* Add PUSHpvs("literal") macro familyPaul "LeoNerd" Evans2022-08-241-0/+20
* Prevent Coverity complaining about the mixed & and &&Tony Cook2022-08-081-1/+1
* perlapi: Minor clarification for dTARGETKarl Williamson2022-07-021-1/+1
* Change autodoc flagKarl Williamson2022-06-141-8/+8
* Rename variable in EXTEND_HWM_SETHugo van der Sanden2022-06-061-5/+5
* 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-44/+44
* Document TARG, dTARGETKarl Williamson2020-11-111-0/+17
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-1/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* pp.h.c: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-2/+2
* Fix apidoc macro entriesKarl Williamson2019-06-251-6/+6
* Add 'n' flag to various =for apidoc linesKarl Williamson2019-05-301-5/+5
* Eliminate AMGf_set flagDavid Mitchell2019-02-051-1/+1
* Eliminate opASSIGN macro usage from coreDavid Mitchell2019-02-051-2/+3
* paranoia: parenthesize macro parametersLukas Mai2017-06-241-1/+1
* add PL_curstackinfo->si_stack_hwmDavid Mitchell2017-06-241-1/+35
* XPUSH*: reuse code from mPUSH* macrosEugen Konkov2017-06-051-3/+3
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-2/+2
* Unify mark macrosFather Chrysostomos2016-08-071-36/+6
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* reformat the FOOMARK macros slightlyDavid Mitchell2015-11-281-5/+12
* FOOMARK debugging macros: fix %d cast; only -DsvDavid Mitchell2015-11-281-8/+12
* [perl #126635] don't shortcut when SVf_IVisUV is setTony Cook2015-11-241-2/+2
* silence compiler warnings using INCMARK/POPMARKDavid Mitchell2015-11-191-9/+9
* make SETi/u/n, (X)PUSHi/u/n more efficientDavid Mitchell2015-11-101-9/+75
* MARK -Ds debuggingReini Urban2015-11-101-11/+42
* make EXTEND() and stack_grow() safe(r)David Mitchell2015-10-021-9/+38
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-39/+45
* [perl #120903] perlcall cleanupTony Cook2015-09-021-0/+6
* fix signed/unsigned mismatch in (M)EXTENDHugo van der Sanden2015-03-251-4/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* 5th arg to indicate numeric bitwise overloadingFather Chrysostomos2015-01-311-0/+1
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-0/+1
* 01234567890123456789012345678901234567890123456789Father Chrysostomos2014-12-191-1/+1
* Use full name for Perl_tmps_grow_p in EXTEND_MORTALFather Chrysostomos2014-10-121-1/+1
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-3/+4
* pp.h: Remove SETsv and SETsvUNFather Chrysostomos2014-09-211-9/+0
* pp.h: remove spurious comment about OPpTARGET_MYDavid Mitchell2014-09-191-1/+0
* Automate processing of op_private flagsDavid Mitchell2014-09-101-1/+1
* remove 1 read of interp var from PUSHMARKDaniel Dragan2014-06-091-3/+4
* Fixup for [perl #121860]: g++ and VC are pickier about what'sJarkko Hietaniemi2014-05-281-1/+1
* Fix EXTEND changes under STRESS_REALLOCSteffen Mueller2014-05-281-2/+2
* Avoid "unused sp" if EXTEND is the last mentioning sp.Jarkko Hietaniemi2014-05-281-14/+22
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-5/+6
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-1/+1