Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #77452] Deparse BEGIN blocks in the right place | Father Chrysostomos | 2014-11-06 | 2 | -4/+44 |
* | t/TEST: add -w to shebang, fix a used-once warning | Jim Cromie | 2014-11-06 | 1 | -1/+1 |
* | [perl #121827] Fix repeat stack bugs | Father Chrysostomos | 2014-11-06 | 1 | -1/+7 |
* | Deparse +sub :attr{} correctly at stmt start | Father Chrysostomos | 2014-11-05 | 2 | -1/+7 |
* | lib/locale.t: Add knowledge about known bad locales | Karl Williamson | 2014-11-04 | 1 | -7/+57 |
* | Add 'locale' warning category | Karl Williamson | 2014-11-04 | 2 | -136/+141 |
* | overload.pm: Removed an unused variable | Brian Fraser | 2014-10-31 | 1 | -2/+2 |
* | Reduce the number of null ops for \$x=\$y | Father Chrysostomos | 2014-10-29 | 1 | -2/+1 |
* | Import Test-More 1.301001 alpha 63 | Chad Granum | 2014-10-26 | 1 | -0/+1 |
* | Deparse list repetition assignment properly | Father Chrysostomos | 2014-10-25 | 2 | -1/+12 |
* | Make repeat op tree more consistent | Father Chrysostomos | 2014-10-25 | 1 | -2/+7 |
* | Make Deparse.t test just added less sensitive | Father Chrysostomos | 2014-10-24 | 1 | -1/+1 |
* | Deparse stash subs stores as RVs | Father Chrysostomos | 2014-10-24 | 2 | -1/+10 |
* | Fix Unicode errata | Karl Williamson | 2014-10-22 | 1 | -2/+2 |
* | lib/locale.t: Add some \Q | Karl Williamson | 2014-10-21 | 1 | -12/+12 |
* | mktables: Use chr() instead of pack() | Karl Williamson | 2014-10-21 | 1 | -3/+6 |
* | 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 |