| Commit message (Expand) | Author | Age | Files | Lines |
* | move and rename cx_old_savestack_ix | David Mitchell | 2016-02-03 | 1 | -0/+1 |
* | PUSHLOOP_PLAIN: don't set unused fields | David Mitchell | 2016-02-03 | 1 | -7/+11 |
* | Eliminate cx->blk_loop.resetsp | David Mitchell | 2016-02-03 | 1 | -2/+0 |
* | split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY | David Mitchell | 2016-02-03 | 1 | -2/+3 |
* | remove vestigial uses of PRIVSHIFT | David Mitchell | 2016-01-19 | 1 | -9/+6 |
* | document save_gp() and the GVf_INTRO flag | Tony Cook | 2015-12-17 | 1 | -0/+13 |
* | avoid leaks when calling mg_set() in leave_scope() | David Mitchell | 2015-12-11 | 1 | -7/+18 |
* | markstack_grow(): fix debugging stuff | David Mitchell | 2015-12-02 | 1 | -2/+3 |
* | MARK -Ds debugging | Reini Urban | 2015-11-10 | 1 | -0/+2 |
* | RT: #126309 die more gracefully on (1) x ~1 | David Mitchell | 2015-10-28 | 1 | -4/+18 |
* | make EXTEND() and stack_grow() safe(r) | David Mitchell | 2015-10-02 | 1 | -0/+4 |
* | Eliminate PL_sawalias, GPf_ALIASED_SV | David Mitchell | 2015-08-17 | 1 | -28/+0 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Revert "refactor gv_add_by_type" | Matthew Horsfall | 2015-01-20 | 1 | -5/+5 |
* | refactor gv_add_by_type | Daniel Dragan | 2015-01-06 | 1 | -5/+5 |
* | [perl #123223] Make PADNAME a separate type | Father Chrysostomos | 2014-11-30 | 1 | -0/+3 |
* | Hoist switch-local variables. | Jarkko Hietaniemi | 2014-11-27 | 1 | -6/+3 |
* | Fix assert fail with my $x; sub() {$x} | Father Chrysostomos | 2014-11-16 | 1 | -0/+1 |
* | pad.c:cv_clone_pad: Avoid copying sv | Father Chrysostomos | 2014-11-13 | 1 | -1/+0 |
* | First stab at lexical scalar aliases | Father Chrysostomos | 2014-10-10 | 1 | -2/+0 |
* | optimize & rmv from public API Perl_tmps_grow and related code | Daniel Dragan | 2014-10-10 | 1 | -5/+24 |
* | Make list assignment respect foreach aliasing | Father Chrysostomos | 2014-10-02 | 1 | -0/+12 |
* | Remove most uses of PADMY | Father Chrysostomos | 2014-09-24 | 1 | -1/+1 |
* | Stop setting PADMY; renumber PADSTALE | Father Chrysostomos | 2014-09-24 | 1 | -1/+0 |
* | [perl #115254] Fix flag check on scope exit | Father Chrysostomos | 2014-09-20 | 1 | -1/+1 |
* | Implement the bipolar read-only system | Father Chrysostomos | 2014-09-20 | 1 | -1/+1 |
* | Skip no-common-vars optimisation for aliases | Father Chrysostomos | 2014-09-18 | 1 | -0/+16 |
* | Unused return value. | Jarkko Hietaniemi | 2014-09-18 | 1 | -1/+1 |
* | op.c:ck_subr: reify GVs based on call checker | Father Chrysostomos | 2014-09-15 | 1 | -15/+7 |
* | Turn on CVf_LEXICAL for lexical subs | Father Chrysostomos | 2014-09-15 | 1 | -0/+2 |
* | avoid local *f = \&foo resetting the method cache | syber | 2014-09-02 | 1 | -1/+1 |
* | Fix crash in leave_scope when my sub has CvGV | Father Chrysostomos | 2014-08-28 | 1 | -3/+17 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -62/+1 |
* | remove 1 read of interp var from PUSHMARK | Daniel Dragan | 2014-06-09 | 1 | -2/+3 |
* | sprinkle LIKELY() on pp_hot.c scope.c and some *.h | David Mitchell | 2014-03-12 | 1 | -27/+27 |
* | Commit 5c85b638cb45ea2b inadvertently broke the -DDEBUGGING build. | Nicholas Clark | 2014-03-01 | 1 | -2/+5 |
* | SAVEt_CLEARSV: only clear-in-place if RC==1 | David Mitchell | 2014-02-28 | 1 | -1/+1 |
* | SAVEt_CLEARSV: handle SvOOK() specially | David Mitchell | 2014-02-28 | 1 | -7/+10 |
* | SAVEt_CLEARSV: expand SvOK_off() macro | David Mitchell | 2014-02-28 | 1 | -1/+5 |
* | SAVEt_CLEARSV: simplify SvREADONLY_off() condition | David Mitchell | 2014-02-28 | 1 | -1/+3 |
* | SAVEt_CLEARSV: reindent after previous commit | David Mitchell | 2014-02-28 | 1 | -17/+16 |
* | SAVEt_CLEARSV: check common flags | David Mitchell | 2014-02-28 | 1 | -2/+14 |
* | op.c:leave_scope: use mg_free before sv_force_normal | Father Chrysostomos | 2013-09-13 | 1 | -3/+3 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -8/+16 |
* | Use SSize_t when extending the stack | Father Chrysostomos | 2013-08-25 | 1 | -1/+1 |
* | Use SSize_t for tmps stack offsets | Father Chrysostomos | 2013-08-25 | 1 | -2/+19 |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -5/+0 |
* | Remove SAVEt_STACK_CXPOS | Father Chrysostomos | 2013-08-05 | 1 | -3/+0 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -0/+5 |
* | In-place sort should not leave array read-only | Father Chrysostomos | 2013-06-26 | 1 | -0/+3 |