| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | pp.h: Remove tryAMAGICunTARGET | Father Chrysostomos | 2012-12-09 | 1 | -7/+4 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -1/+1 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | pp.h: Make [TP]OPp and [TP]OPpx identical | Father Chrysostomos | 2012-07-27 | 1 | -4/+5 |
* | Use find_runcv_where for pp_coreargs and pp_runcv | Father Chrysostomos | 2012-07-02 | 1 | -0/+1 |
* | Make formats close over the right closure | Father Chrysostomos | 2012-06-29 | 1 | -0/+2 |
* | propagate context into overloads [perl #47119] | Jesse Luehrs | 2012-06-28 | 1 | -7/+28 |
* | [perl #112966] Crash on delete local; other local bugs | Father Chrysostomos | 2012-06-23 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Fix non-GCC compilation | Father Chrysostomos | 2012-05-21 | 1 | -4/+3 |
* | pp.h: Missing macro parentheses | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | [perl #44895] += warning on uninit magic var | Father Chrysostomos | 2012-01-09 | 1 | -1/+1 |
* | Remove magical dPOPXnnrl_ul dPOPXiirl_ul macros | Father Chrysostomos | 2012-01-09 | 1 | -12/+0 |
* | Make filetest ops handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -2/+4 |