| Commit message (Expand) | Author | Age | Files | Lines |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -44/+44 |
* | Document TARG, dTARGET | Karl Williamson | 2020-11-11 | 1 | -0/+17 |
* | autodoc.pl: Enhance apidoc_section feature | Karl Williamson | 2020-11-06 | 1 | -1/+1 |
* | Change some =head1 to apidoc_section lines | Karl Williamson | 2020-09-04 | 1 | -1/+1 |
* | pp.h.c: Convert to use av_count() | Karl Williamson | 2020-08-19 | 1 | -1/+1 |
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -1/+1 |
* | inline.h: Change fcn name prefix from S_ to Perl_ | Karl Williamson | 2019-09-15 | 1 | -2/+2 |
* | Fix apidoc macro entries | Karl Williamson | 2019-06-25 | 1 | -6/+6 |
* | Add 'n' flag to various =for apidoc lines | Karl Williamson | 2019-05-30 | 1 | -5/+5 |
* | Eliminate AMGf_set flag | David Mitchell | 2019-02-05 | 1 | -1/+1 |
* | Eliminate opASSIGN macro usage from core | David Mitchell | 2019-02-05 | 1 | -2/+3 |
* | paranoia: parenthesize macro parameters | Lukas Mai | 2017-06-24 | 1 | -1/+1 |
* | add PL_curstackinfo->si_stack_hwm | David Mitchell | 2017-06-24 | 1 | -1/+35 |
* | XPUSH*: reuse code from mPUSH* macros | Eugen Konkov | 2017-06-05 | 1 | -3/+3 |
* | Change white space to avoid C++ deprecation warning | Karl Williamson | 2016-11-18 | 1 | -2/+2 |
* | Unify mark macros | Father Chrysostomos | 2016-08-07 | 1 | -36/+6 |
* | make gimme consistently U8 | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | reformat the FOOMARK macros slightly | David Mitchell | 2015-11-28 | 1 | -5/+12 |
* | FOOMARK debugging macros: fix %d cast; only -Dsv | David Mitchell | 2015-11-28 | 1 | -8/+12 |
* | [perl #126635] don't shortcut when SVf_IVisUV is set | Tony Cook | 2015-11-24 | 1 | -2/+2 |
* | silence compiler warnings using INCMARK/POPMARK | David Mitchell | 2015-11-19 | 1 | -9/+9 |
* | make SETi/u/n, (X)PUSHi/u/n more efficient | David Mitchell | 2015-11-10 | 1 | -9/+75 |
* | MARK -Ds debugging | Reini Urban | 2015-11-10 | 1 | -11/+42 |
* | make EXTEND() and stack_grow() safe(r) | David Mitchell | 2015-10-02 | 1 | -9/+38 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -39/+45 |
* | [perl #120903] perlcall cleanup | Tony Cook | 2015-09-02 | 1 | -0/+6 |
* | fix signed/unsigned mismatch in (M)EXTEND | Hugo van der Sanden | 2015-03-25 | 1 | -4/+4 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | 5th arg to indicate numeric bitwise overloading | Father Chrysostomos | 2015-01-31 | 1 | -0/+1 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -0/+1 |
* | 01234567890123456789012345678901234567890123456789 | Father Chrysostomos | 2014-12-19 | 1 | -1/+1 |
* | Use full name for Perl_tmps_grow_p in EXTEND_MORTAL | Father Chrysostomos | 2014-10-12 | 1 | -1/+1 |
* | optimize & rmv from public API Perl_tmps_grow and related code | Daniel Dragan | 2014-10-10 | 1 | -3/+4 |
* | pp.h: Remove SETsv and SETsvUN | Father Chrysostomos | 2014-09-21 | 1 | -9/+0 |
* | pp.h: remove spurious comment about OPpTARGET_MY | David Mitchell | 2014-09-19 | 1 | -1/+0 |
* | Automate processing of op_private flags | David Mitchell | 2014-09-10 | 1 | -1/+1 |
* | remove 1 read of interp var from PUSHMARK | Daniel Dragan | 2014-06-09 | 1 | -3/+4 |
* | Fixup for [perl #121860]: g++ and VC are pickier about what's | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+1 |
* | Fix EXTEND changes under STRESS_REALLOC | Steffen Mueller | 2014-05-28 | 1 | -2/+2 |
* | Avoid "unused sp" if EXTEND is the last mentioning sp. | Jarkko Hietaniemi | 2014-05-28 | 1 | -14/+22 |
* | sprinkle LIKELY() on pp_hot.c scope.c and some *.h | David Mitchell | 2014-03-12 | 1 | -5/+6 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -1/+1 |
* | Consistent spaces after dots in perlintern.pod | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Extend STRESS_REALLOC to move the stack with every EXTEND | Father Chrysostomos | 2013-11-22 | 1 | -2/+12 |
* | Eliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv, qPOPuqv, dTOPuqv. | Nicholas Clark | 2013-09-17 | 1 | -14/+0 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -2/+2 |
* | Use SSize_t when extending the stack | Father Chrysostomos | 2013-08-25 | 1 | -4/+4 |
* | (UN)LIKELY branch prediction hints in a few strategic places | Steffen Mueller | 2013-03-06 | 1 | -7/+7 |
* | Remove the second param to tryAMAGICunTARGETlist | Father Chrysostomos | 2012-12-09 | 1 | -3/+2 |