Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+4 |
* | Implement \my $x = ... | Father Chrysostomos | 2014-10-10 | 1 | -0/+2 |
* | When making lex alias, don’t free old var too soon | Father Chrysostomos | 2014-10-10 | 1 | -1/+4 |
* | Simple package scalar lvalue refs | Father Chrysostomos | 2014-10-10 | 1 | -2/+10 |
* | Document lvalue ref diagnostics | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | First stab at lexical scalar aliases | Father Chrysostomos | 2014-10-10 | 1 | -1/+12 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+5 |
* | fix op/infnan.t failures on VC 6 | Daniel Dragan | 2014-10-07 | 1 | -1/+9 |
* | Oops. Fix threaded builds. | Father Chrysostomos | 2014-09-27 | 1 | -1/+1 |
* | [perl #12285] Fix str vs num inf/nan treatment | Father Chrysostomos | 2014-09-27 | 1 | -1/+1 |
* | infnan: infnan-ness is unlikely. | Jarkko Hietaniemi | 2014-09-25 | 1 | -2/+2 |
* | infnan: more math tests, and make int(infnan) return infnan. | Jarkko Hietaniemi | 2014-09-24 | 1 | -1/+3 |
* | optimize pp_length for simple PVs | Daniel Dragan | 2014-09-23 | 1 | -9/+30 |
* | Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal. | Jarkko Hietaniemi | 2014-09-23 | 1 | -7/+2 |
* | comment pp_foo aliases in pp*.c | David Mitchell | 2014-09-19 | 1 | -0/+39 |
* | Remove !IS_PADGV assertions | Father Chrysostomos | 2014-09-17 | 1 | -3/+0 |
* | Stop undef &foo from temporarily anonymising | Father Chrysostomos | 2014-09-15 | 1 | -12/+1 |
* | Fix assertion failure with undef &my_sub/&anon | Father Chrysostomos | 2014-09-15 | 1 | -0/+1 |
* | Avoid creating GVs when subs are declared | Father Chrysostomos | 2014-09-15 | 1 | -1/+3 |