Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -5/+2 |
* | Tweak sv_pos_b2u_flags check in pp_index | James Raspass | 2014-12-06 | 1 | -1/+1 |
* | [perl #114498] lslice returning empty vs undef | Father Chrysostomos | 2014-12-03 | 1 | -6/+1 |
* | pp.c: dont work around glibc 2.2.5 _moddi3 bugs past 2.7 | Jim Cromie | 2014-12-01 | 1 | -3/+5 |
* | [perl #123223] Make PADNAME a separate type | Father Chrysostomos | 2014-11-30 | 1 | -11/+10 |
* | define and use STATIC_ASSERT_STMT for compile-time invariants | Lukas Mai | 2014-11-29 | 1 | -1/+1 |
* | make more use of NOT_REACHED | Lukas Mai | 2014-11-29 | 1 | -1/+1 |
* | switch-local variables are a bad idea. | Jarkko Hietaniemi | 2014-11-27 | 1 | -2/+4 |
* | hv_store_ent() return value unused. | Jarkko Hietaniemi | 2014-11-27 | 1 | -1/+1 |
* | Make a function to get PL_encoding's value | Karl Williamson | 2014-11-20 | 1 | -5/+5 |
* | Make testing for PL_encoding into a macro | Karl Williamson | 2014-11-20 | 1 | -6/+6 |
* | Stop crypt($tied,...) from calling FETCH twice | Father Chrysostomos | 2014-11-13 | 1 | -2/+1 |
* | Turn off UTF8 flag on crypt ret val | Father Chrysostomos | 2014-11-13 | 1 | -0/+1 |
* | Call STORE on lexical $tied = vec/chr | Father Chrysostomos | 2014-11-10 | 1 | -2/+4 |
* | pp.c:do_chomp: Remove redundant assignment | Father Chrysostomos | 2014-11-10 | 1 | -1/+1 |
* | pp.c:do_chomp: Remove redundant sv_force_normal | Father Chrysostomos | 2014-11-09 | 1 | -4/+1 |
* | Fix $lex = chomp $lex regression from 5.12 | Father Chrysostomos | 2014-11-09 | 1 | -15/+18 |
* | Don’t allow OPpTARGET_MY on postdec/inc | Father Chrysostomos | 2014-11-09 | 1 | -1/+1 |
* | Don’t check OPpTARGET_MY on match ops at run time | Father Chrysostomos | 2014-11-09 | 1 | -1/+1 |
* | Make pp_postinc call set-magic on its target | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Fix $lex = $ref++ under use integer | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Optimise substr assignment at sub exit | Father Chrysostomos | 2014-11-06 | 1 | -1/+3 |
* | [perl #121827] Fix repeat stack bugs | Father Chrysostomos | 2014-11-06 | 1 | -9/+19 |
* | pp.c:pp_repeat: Remove #if 0 code | Father Chrysostomos | 2014-10-22 | 1 | -25/+0 |
* | pp_av2arylen(): rename var from 'sv' to svp' | David Mitchell | 2014-10-20 | 1 | -5/+5 |
* | fix some recent compiler warnings | David Mitchell | 2014-10-17 | 1 | -1/+1 |
* | Optimise my(@array)=split | Father Chrysostomos | 2014-10-12 | 1 | -3/+3 |
* | Optimise @lexarray = split... | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | pp.c:pp_split: Remove redundant !s | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Make split temporarily refcnt its argument | Father Chrysostomos | 2014-10-11 | 1 | -0/+1 |
* | Handle state vars correctly in ref assignment | Father Chrysostomos | 2014-10-11 | 1 | -2/+3 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 1 | -0/+2 |
* | Assignment to \(@array) | Father Chrysostomos | 2014-10-11 | 1 | -1/+12 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -0/+5 |
* | List assignment to array and hash refs | Father Chrysostomos | 2014-10-11 | 1 | -20/+26 |
* | Assignment to \local @array and \local %hash | Father Chrysostomos | 2014-10-10 | 1 | -4/+17 |
* | Simple \@array and \%hash assignment | Father Chrysostomos | 2014-10-10 | 1 | -2/+20 |
* | pp.c: Fold SvIV into S_localise_aelem_lval | Father Chrysostomos | 2014-10-10 | 1 | -4/+5 |
* | pp.c: Some branch prediction hints | Father Chrysostomos | 2014-10-10 | 1 | -2/+2 |
* | Assignment to hash element refs | Father Chrysostomos | 2014-10-10 | 1 | -5/+31 |
* | pp.c: Consolidate some local aelem code | Father Chrysostomos | 2014-10-10 | 1 | -35/+19 |
* | pp.c:pp_lvrefslice: Unused var | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | \local $a[$ix] assignment | Father Chrysostomos | 2014-10-10 | 1 | -1/+29 |
* | \@array[@slice] assignment | Father Chrysostomos | 2014-10-10 | 1 | -1/+46 |
* | pp.c: Dodge compiler warning | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+5 |
* | Assignment to array elem refs | Father Chrysostomos | 2014-10-10 | 1 | -1/+7 |
* | \local $scalar assignment | Father Chrysostomos | 2014-10-10 | 1 | -3/+14 |
* | List assignment to lexical scalar refs | Father Chrysostomos | 2014-10-10 | 1 | -3/+7 |
* | List assignment to package scalar ref | Father Chrysostomos | 2014-10-10 | 1 | -1/+5 |