Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify parser’s handling of my/local | Father Chrysostomos | 2016-05-21 | 1 | -1/+1 |
* | regen_perly.pl: Correct typo | Father Chrysostomos | 2016-05-16 | 1 | -43/+23 |
* | run regen_perly.pl | David Mitchell | 2016-02-11 | 1 | -1/+1 |
* | Add support for bison 3.0 | David Mitchell | 2016-02-03 | 1 | -6/+8 |
* | [perl #127122] warn on unless (assignment) when syntax warnings are on | Tony Cook | 2016-01-21 | 1 | -5/+5 |
* | given(): remove support for lexical $_ | David Mitchell | 2015-10-02 | 1 | -22/+42 |
* | 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 | -42/+22 |
* | perly.y changes from Lukas Mai in RT 123069 | Peter Martini | 2015-01-18 | 1 | -22/+42 |
* | Simplify s/// and tr/// parsing logic | Father Chrysostomos | 2015-01-08 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -1/+1 |
* | [perl #123286] Lone C-style for in a block | Father Chrysostomos | 2014-11-25 | 1 | -1/+1 |
* | [perl #77452] Deparse { ...; BEGIN{} } correctly | Father Chrysostomos | 2014-11-20 | 1 | -1/+1 |
* | [perl #77452] Deparse BEGIN blocks in the right place | Father Chrysostomos | 2014-11-06 | 1 | -42/+22 |
* | rename convert to op_convert_list and APIfy | Lukas Mai | 2014-10-26 | 1 | -22/+42 |
* | Remove redundant op_lvalue calls in perly.y | Father Chrysostomos | 2014-10-24 | 1 | -1/+1 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 1 | -42/+22 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -22/+42 |
* | In perly.y, change PL_parser to parser | Father Chrysostomos | 2014-08-24 | 1 | -1/+1 |
* | Set PL_expect only once after curly subscripts | Father Chrysostomos | 2014-08-24 | 1 | -1/+1 |
* | Set PL_expect less often when parsing semicolons | Father Chrysostomos | 2014-08-24 | 1 | -42/+22 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -23/+27 |
* | subroutine signatures | Zefram | 2014-02-01 | 1 | -25/+9 |
* | Remove support for "do SUBROUTINE(LIST)" | Dagfinn Ilmari Mannsåker | 2013-12-22 | 1 | -22/+42 |
* | ->$#* | Father Chrysostomos | 2013-11-24 | 1 | -1/+1 |
* | Allow ->@ ->$ interpolation under postderef_qq feature | Father Chrysostomos | 2013-10-05 | 1 | -13/+15 |
* | ->%{ ->%[ | Father Chrysostomos | 2013-10-05 | 1 | -1/+1 |
* | Postfix dereference syntax | Father Chrysostomos | 2013-10-05 | 1 | -1/+1 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -1/+1 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 1 | -42/+22 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -1/+1 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -22/+42 |
* | Correct three sub call comments in perly.y | Father Chrysostomos | 2013-05-31 | 1 | -42/+22 |
* | Improve the logic in regen_perly.pl for manually generating token macros. | Nicholas Clark | 2013-05-06 | 1 | -1/+1 |
* | run regen_perly | David Mitchell | 2013-03-03 | 1 | -22/+42 |
* | Fix invalid token warning with PERL_XMLDUMP and label | Father Chrysostomos | 2012-11-04 | 1 | -1/+1 |
* | Stop statement labels from leaking | Father Chrysostomos | 2012-11-04 | 1 | -42/+22 |
* | apparently this actually needs to be regenerated too | Jesse Luehrs | 2012-09-25 | 1 | -23/+43 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -55/+53 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Store state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -45/+49 |
* | Prevent double frees/crashes with format syntax errs | Father Chrysostomos | 2012-08-08 | 1 | -1/+23 |