Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase $B::Deparse::VERSION to 1.30 | Father Chrysostomos | 2014-10-20 | 1 | -1/+1 |
* | Rmv restrictions on op tree structure for padrange | Father Chrysostomos | 2014-10-20 | 1 | -3/+0 |
* | regen/opcode.pl run for 5.21.6 | Abigail | 2014-10-20 | 1 | -1/+1 |
* | these permissions appear to be handled correctly in current cygwin | Tony Cook | 2014-10-20 | 1 | -6/+2 |
* | use a different name for the test directory | Tony Cook | 2014-10-20 | 1 | -5/+6 |
* | Skip over state declarations at run time | Father Chrysostomos | 2014-10-18 | 1 | -6/+5 |
* | Use srefgen for anoncode | Father Chrysostomos | 2014-10-18 | 1 | -4/+5 |
* | Rename lvalue references | Father Chrysostomos | 2014-10-17 | 3 | -11/+11 |
* | mention 'switch' is experimental in feature.pm | Doug Bell | 2014-10-17 | 1 | -0/+6 |
* | Improve void varop optimisation | Father Chrysostomos | 2014-10-16 | 1 | -1/+1 |
* | Elide our($foo) from execution order in void cx | Father Chrysostomos | 2014-10-15 | 1 | -2/+2 |
* | Deparse join("", pos) correctly | Father Chrysostomos | 2014-10-14 | 2 | -1/+24 |
* | Simplify double-nextstate optimisation | Father Chrysostomos | 2014-10-14 | 1 | -1/+1 |
* | speed up building with less disk IO pod moves+__END__+misc | Daniel Dragan | 2014-10-13 | 1 | -21/+20 |
* | remove excess whitespace from warnings.pm | Daniel Dragan | 2014-10-13 | 1 | -31/+31 |
* | move POD in warnings.pm to end of file to reduce module load I/O calls | Daniel Dragan | 2014-10-13 | 1 | -458/+458 |
* | Optimise "@_" to a single join | Father Chrysostomos | 2014-10-12 | 1 | -4/+4 |
* | Fold join to const or stringify where possible | Father Chrysostomos | 2014-10-12 | 1 | -2/+2 |
* | Optimise my(@array)=split | Father Chrysostomos | 2014-10-12 | 2 | -1/+9 |
* | Optimise @lexarray = split... | Father Chrysostomos | 2014-10-11 | 1 | -0/+2 |
* | Document lvalue references | Father Chrysostomos | 2014-10-11 | 1 | -0/+23 |
* | Make Deparse.t more tolerant of our @F vs our(@F) | Father Chrysostomos | 2014-10-11 | 1 | -2/+3 |
* | Deparse lvalue references | Father Chrysostomos | 2014-10-11 | 2 | -5/+326 |
* | Handle state vars correctly in ref assignment | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Add OPpLVREF_ITER flag | Father Chrysostomos | 2014-10-11 | 1 | -0/+3 |
* | lvavref needs OPpLVAL_INTRO and OPpPAD_STATE | Father Chrysostomos | 2014-10-11 | 1 | -2/+2 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -0/+1 |
* | Renumber OPpLVREF_TYPE | Father Chrysostomos | 2014-10-10 | 1 | -24/+24 |
* | Add priv flags for the type of lvalue ref | Father Chrysostomos | 2014-10-10 | 1 | -8/+29 |
* | lvrefslice gets OPpLVAL_INTRO | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Assignment to array elem refs | Father Chrysostomos | 2014-10-10 | 1 | -0/+3 |
* | List assignment to lexical scalar refs | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Implement \my $x = ... | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Increase $warnings::VERSION to 1.27 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add experimental::lvalue_refs warnings category | Father Chrysostomos | 2014-10-10 | 1 | -15/+20 |
* | Increase $feature::VERSION to 1.38 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvalue_refs feature feature | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | Deparse split-to-our-array correctly | Father Chrysostomos | 2014-10-10 | 3 | -5/+15 |
* | Deparse local our LIST | Father Chrysostomos | 2014-10-10 | 2 | -9/+13 |
* | Deparse foreach state $x | Father Chrysostomos | 2014-10-06 | 2 | -2/+11 |
* | Deparse.t: Delete a test | Father Chrysostomos | 2014-10-06 | 1 | -5/+0 |
* | Finish deparsing ‘my sub if; CORE::if...’ | Father Chrysostomos | 2014-10-06 | 2 | -48/+148 |
* | Deparse sub calls quietly | Father Chrysostomos | 2014-10-06 | 2 | -2/+11 |
* | Deparse with CORE:: to avoid lex sub conflicts | Father Chrysostomos | 2014-10-05 | 2 | -23/+66 |
* | Deparse-core.t: Fix ineffective tests | Father Chrysostomos | 2014-10-05 | 1 | -2/+2 |
* | Make B::Deparse qualify sub calls named after keywords | Father Chrysostomos | 2014-10-05 | 3 | -11/+43 |
* | Remove __SUB__ from Deparse-core.t exception list | Father Chrysostomos | 2014-10-05 | 1 | -1/+0 |
* | Deparse inverted for(;;) cond more correctly | Father Chrysostomos | 2014-10-05 | 2 | -4/+6 |