summaryrefslogtreecommitdiff
path: root/pp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Extend STRESS_REALLOC to move the stack with every EXTENDFather Chrysostomos2013-11-221-2/+12
* Eliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv, qPOPuqv, dTOPuqv.Nicholas Clark2013-09-171-14/+0
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-4/+4
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-7/+7
* Remove the second param to tryAMAGICunTARGETlistFather Chrysostomos2012-12-091-3/+2
* pp.h: Remove tryAMAGICunTARGETFather Chrysostomos2012-12-091-7/+4
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-1/+1
* pp.h: Make [TP]OPp and [TP]OPpx identicalFather Chrysostomos2012-07-271-4/+5
* Use find_runcv_where for pp_coreargs and pp_runcvFather Chrysostomos2012-07-021-0/+1