Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for bison 3.0 | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | [perl #127122] warn on unless (assignment) when syntax warnings are on | Tony Cook | 2016-01-21 | 1 | -7/+3 |
* | given(): remove support for lexical $_ | David Mitchell | 2015-10-02 | 1 | -7/+1 |
* | perly.y: Remove type from ';' | Father Chrysostomos | 2015-02-15 | 1 | -1/+1 |
* | perly.y: Remove types for '$' and '*' | Father Chrysostomos | 2015-02-07 | 1 | -1/+1 |
* | Parse and compile string- and num-specific bitops | Father Chrysostomos | 2015-01-31 | 1 | -1/+1 |
* | perly.y changes from Lukas Mai in RT 123069 | Peter Martini | 2015-01-18 | 1 | -21/+59 |
* | Simplify s/// and tr/// parsing logic | Father Chrysostomos | 2015-01-08 | 1 | -3/+9 |
* | perly.y: Don’t call op_lvalue on refgen kid | Father Chrysostomos | 2015-01-06 | 1 | -1/+1 |
* | Unify format and named-sub pad weakref code | Father Chrysostomos | 2014-12-09 | 1 | -2/+1 |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -0/+1 |
* | [perl #123286] Lone C-style for in a block | Father Chrysostomos | 2014-11-25 | 1 | -0/+1 |
* | [perl #77452] Deparse { ...; BEGIN{} } correctly | Father Chrysostomos | 2014-11-20 | 1 | -2/+6 |
* | [perl #77452] Deparse BEGIN blocks in the right place | Father Chrysostomos | 2014-11-06 | 1 | -0/+1 |
* | rename convert to op_convert_list and APIfy | Lukas Mai | 2014-10-26 | 1 | -10/+10 |
* | Remove redundant op_lvalue calls in perly.y | Father Chrysostomos | 2014-10-24 | 1 | -4/+2 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 1 | -1/+36 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -4/+4 |
* | In perly.y, change PL_parser to parser | Father Chrysostomos | 2014-08-24 | 1 | -30/+30 |
* | Set PL_expect only once after curly subscripts | Father Chrysostomos | 2014-08-24 | 1 | -12/+3 |
* | Set PL_expect less often when parsing semicolons | Father Chrysostomos | 2014-08-24 | 1 | -7/+7 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -601/+160 |
* | subroutine signatures | Zefram | 2014-02-01 | 1 | -6/+38 |
* | Remove support for "do SUBROUTINE(LIST)" | Dagfinn Ilmari Mannsåker | 2013-12-22 | 1 | -43/+0 |
* | ->$#* | Father Chrysostomos | 2013-11-24 | 1 | -0/+4 |
* | Allow ->@ ->$ interpolation under postderef_qq feature | Father Chrysostomos | 2013-10-05 | 1 | -1/+13 |
* | ->%{ ->%[ | Father Chrysostomos | 2013-10-05 | 1 | -3/+10 |
* | Postfix dereference syntax | Father Chrysostomos | 2013-10-05 | 1 | -3/+39 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -0/+7 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 1 | -0/+7 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+9 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+11 |
* | Correct three sub call comments in perly.y | Father Chrysostomos | 2013-05-31 | 1 | -3/+3 |
* | Fix invalid token warning with PERL_XMLDUMP and label | Father Chrysostomos | 2012-11-04 | 1 | -6/+6 |
* | Stop statement labels from leaking | Father Chrysostomos | 2012-11-04 | 1 | -0/+2 |
* | fix regen_perly.pl for bison 2.6 | Jesse Luehrs | 2012-09-25 | 1 | -3/+3 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -13/+1 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -3/+5 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -0/+7 |
* | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -3/+3 |
* | Store state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -11/+16 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -8/+18 |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -4/+46 |
* | Don’t create formats after compilation errors | Father Chrysostomos | 2012-08-08 | 1 | -1/+0 |
* | Forbid braces as format delimiters | Father Chrysostomos | 2012-08-05 | 1 | -3/+13 |
* | [perl #114020, #90018, #53186] Make given alias $_ | Father Chrysostomos | 2012-08-01 | 1 | -7/+8 |
* | perly.y: Remove use of latefree from package foo {} | Father Chrysostomos | 2012-07-14 | 1 | -9/+0 |
* | Don’t crash with formats in special blocks | Father Chrysostomos | 2012-06-29 | 1 | -1/+1 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -4/+15 |