Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #129073] Assert failure: ${p{};sub p}() | Father Chrysostomos | 2016-09-04 | 1 | -899/+658 |
* | signatures: eliminate XSIGVAR, add KEY_sigvar | David Mitchell | 2016-08-18 | 1 | -656/+900 |
* | Use parser, not PL_parser, in perly.y | Father Chrysostomos | 2016-08-04 | 1 | -914/+671 |
* | silence compiler warning in perly.y | David Mitchell | 2016-08-03 | 1 | -2/+2 |
* | signatures: make param and optional param count IV | David Mitchell | 2016-08-03 | 1 | -153/+154 |
* | ucfirst() new signature diagnostic messages | David Mitchell | 2016-08-03 | 1 | -2/+2 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -288/+212 |
* | sub signatures: use parser rather than lexer | David Mitchell | 2016-08-03 | 1 | -377/+650 |
* | rename "WORD" lexical token to "BAREWORD" | David Mitchell | 2016-07-20 | 1 | -617/+844 |
* | Allow my \$a | Father Chrysostomos | 2016-07-17 | 1 | -118/+128 |
* | Simplify parser’s handling of my/local | Father Chrysostomos | 2016-05-21 | 1 | -3/+3 |
* | regen_perly.pl: Correct typo | Father Chrysostomos | 2016-05-16 | 1 | -227/+230 |
* | run regen_perly.pl | David Mitchell | 2016-02-11 | 1 | -1/+1 |
* | Add support for bison 3.0 | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | [perl #127122] warn on unless (assignment) when syntax warnings are on | Tony Cook | 2016-01-21 | 1 | -296/+291 |
* | given(): remove support for lexical $_ | David Mitchell | 2015-10-02 | 1 | -428/+419 |
* | 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 | -228/+231 |
* | perly.y changes from Lukas Mai in RT 123069 | Peter Martini | 2015-01-18 | 1 | -522/+557 |
* | Simplify s/// and tr/// parsing logic | Father Chrysostomos | 2015-01-08 | 1 | -30/+40 |
* | perly.y: Don’t call op_lvalue on refgen kid | Father Chrysostomos | 2015-01-06 | 1 | -2/+2 |
* | Unify format and named-sub pad weakref code | Father Chrysostomos | 2014-12-09 | 1 | -201/+200 |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -199/+200 |
* | [perl #123286] Lone C-style for in a block | Father Chrysostomos | 2014-11-25 | 1 | -184/+185 |
* | [perl #77452] Deparse { ...; BEGIN{} } correctly | Father Chrysostomos | 2014-11-20 | 1 | -213/+217 |
* | [perl #77452] Deparse BEGIN blocks in the right place | Father Chrysostomos | 2014-11-06 | 1 | -449/+453 |
* | rename convert to op_convert_list and APIfy | Lukas Mai | 2014-10-26 | 1 | -237/+234 |
* | Remove redundant op_lvalue calls in perly.y | Father Chrysostomos | 2014-10-24 | 1 | -184/+182 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 1 | -586/+623 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -230/+227 |
* | In perly.y, change PL_parser to parser | Father Chrysostomos | 2014-08-24 | 1 | -31/+31 |
* | Set PL_expect only once after curly subscripts | Father Chrysostomos | 2014-08-24 | 1 | -129/+120 |
* | Set PL_expect less often when parsing semicolons | Father Chrysostomos | 2014-08-24 | 1 | -446/+455 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -899/+481 |
* | subroutine signatures | Zefram | 2014-02-01 | 1 | -267/+306 |
* | Remove support for "do SUBROUTINE(LIST)" | Dagfinn Ilmari Mannsåker | 2013-12-22 | 1 | -421/+364 |
* | ->$#* | Father Chrysostomos | 2013-11-24 | 1 | -16/+23 |
* | Allow ->@ ->$ interpolation under postderef_qq feature | Father Chrysostomos | 2013-10-05 | 1 | -168/+183 |
* | ->%{ ->%[ | Father Chrysostomos | 2013-10-05 | 1 | -9/+16 |
* | Postfix dereference syntax | Father Chrysostomos | 2013-10-05 | 1 | -253/+303 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -51/+58 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 1 | -261/+271 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -97/+109 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -295/+306 |
* | Correct three sub call comments in perly.y | Father Chrysostomos | 2013-05-31 | 1 | -210/+213 |
* | 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 | -213/+210 |
* | Fix invalid token warning with PERL_XMLDUMP and label | Father Chrysostomos | 2012-11-04 | 1 | -7/+7 |
* | Stop statement labels from leaking | Father Chrysostomos | 2012-11-04 | 1 | -395/+400 |