| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don’t call get-magic on a referenced array in chdir, etc. | Father Chrysostomos | 2011-09-10 | 1 | -1/+2 |
* | Add MAYBE_DEREF_GV macro | Father Chrysostomos | 2011-09-10 | 1 | -0/+13 |
* | Fix overloaded <> when the peephole optimiser is disabled. | Gerard Goossen | 2011-09-01 | 1 | -1/+5 |
* | Revert parts of c31c291..96b6b87 | Father Chrysostomos | 2011-04-08 | 1 | -10/+3 |
* | [perl #87708] Fix ‘$tied binop $tied’ | Father Chrysostomos | 2011-04-07 | 1 | -1/+1 |
* | [perl #87708] $tied % $tied and $tied * $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -4/+0 |
* | [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’ | Father Chrysostomos | 2011-04-06 | 1 | -2/+3 |
* | [perl #87708] use integer; $tied <=> $tied | Father Chrysostomos | 2011-04-06 | 1 | -0/+5 |
* | [perl #87708] atan2 $tied, $tied | Father Chrysostomos | 2011-04-05 | 1 | -0/+5 |
* | Convert tied PRINT to using Perl_tied_method() | Nicholas Clark | 2011-01-05 | 1 | -0/+1 |
* | Rename tied_handle_method() to tied_method(), and make it non-static. | Nicholas Clark | 2011-01-05 | 1 | -0/+8 |
* | reindent tryAMAGICunTARGET after previous change | David Mitchell | 2011-01-03 | 1 | -20/+20 |
* | simplify tryAMAGICunTARGET | David Mitchell | 2011-01-03 | 1 | -5/+1 |
* | make <expr> always overload if expr is overloaded | David Mitchell | 2011-01-02 | 1 | -2/+7 |
* | overloaded <> sometimes left an extra stack arg | David Mitchell | 2011-01-02 | 1 | -0/+2 |
* | standardise amagic method naming | David Mitchell | 2010-12-31 | 1 | -3/+6 |
* | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67. | Nicholas Clark | 2010-11-09 | 1 | -1/+1 |