Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yyparse: only calculate yytoken on yychar change | David Mitchell | 2016-12-05 | 1 | -1/+1 |
* | Regen from the "special" regen scripts | Aaron Crane | 2016-11-11 | 1 | -1/+1 |
* | perly.y: remove redundant NULL casts | Lukas Mai | 2016-10-20 | 1 | -787/+661 |
* | [perl #129073] Assert failure: ${p{};sub p}() | Father Chrysostomos | 2016-09-04 | 1 | -678/+804 |
* | signatures: eliminate XSIGVAR, add KEY_sigvar | David Mitchell | 2016-08-18 | 1 | -804/+678 |
* | Use parser, not PL_parser, in perly.y | Father Chrysostomos | 2016-08-04 | 1 | -661/+787 |
* | silence compiler warning in perly.y | David Mitchell | 2016-08-03 | 1 | -1/+1 |
* | signatures: make param and optional param count IV | David Mitchell | 2016-08-03 | 1 | -19/+19 |
* | ucfirst() new signature diagnostic messages | David Mitchell | 2016-08-03 | 1 | -1/+1 |
* | add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops | David Mitchell | 2016-08-03 | 1 | -20/+20 |
* | sub signatures: use parser rather than lexer | David Mitchell | 2016-08-03 | 1 | -685/+694 |
* | rename "WORD" lexical token to "BAREWORD" | David Mitchell | 2016-07-20 | 1 | -782/+662 |
* | Allow my \$a | Father Chrysostomos | 2016-07-17 | 1 | -657/+706 |
* | 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 | -22/+17 |
* | 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 | -738/+734 |
* | given(): remove support for lexical $_ | David Mitchell | 2015-10-02 | 1 | -47/+52 |
* | perly.y: Remove type from ';' | Father Chrysostomos | 2015-02-15 | 1 | -756/+754 |
* | perly.y: Remove types for '$' and '*' | Father Chrysostomos | 2015-02-07 | 1 | -811/+825 |
* | Parse and compile string- and num-specific bitops | Father Chrysostomos | 2015-01-31 | 1 | -37/+30 |
* | perly.y changes from Lukas Mai in RT 123069 | Peter Martini | 2015-01-18 | 1 | -798/+825 |
* | Simplify s/// and tr/// parsing logic | Father Chrysostomos | 2015-01-08 | 1 | -576/+579 |
* | 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 | -25/+25 |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -25/+25 |
* | [perl #123286] Lone C-style for in a block | Father Chrysostomos | 2014-11-25 | 1 | -23/+23 |
* | [perl #77452] Deparse { ...; BEGIN{} } correctly | Father Chrysostomos | 2014-11-20 | 1 | -26/+26 |
* | [perl #77452] Deparse BEGIN blocks in the right place | Father Chrysostomos | 2014-11-06 | 1 | -48/+43 |
* | rename convert to op_convert_list and APIfy | Lukas Mai | 2014-10-26 | 1 | -17/+22 |
* | Remove redundant op_lvalue calls in perly.y | Father Chrysostomos | 2014-10-24 | 1 | -23/+23 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 1 | -789/+803 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -12/+17 |
* | 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 | -15/+15 |
* | Set PL_expect less often when parsing semicolons | Father Chrysostomos | 2014-08-24 | 1 | -497/+493 |
* | Remove MAD. | Jarkko Hietaniemi | 2014-06-13 | 1 | -795/+801 |
* | subroutine signatures | Zefram | 2014-02-01 | 1 | -606/+638 |
* | Remove support for "do SUBROUTINE(LIST)" | Dagfinn Ilmari Mannsåker | 2013-12-22 | 1 | -693/+623 |
* | ->$#* | Father Chrysostomos | 2013-11-24 | 1 | -516/+526 |
* | Allow ->@ ->$ interpolation under postderef_qq feature | Father Chrysostomos | 2013-10-05 | 1 | -772/+790 |
* | ->%{ ->%[ | Father Chrysostomos | 2013-10-05 | 1 | -713/+706 |
* | Postfix dereference syntax | Father Chrysostomos | 2013-10-05 | 1 | -607/+620 |
* | Reduce false positives for @hsh{$s} and @ary[$s] warnings | Father Chrysostomos | 2013-09-14 | 1 | -7/+7 |
* | Fewer false positives for %hash{$scalar} warning | Father Chrysostomos | 2013-09-13 | 1 | -21/+16 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -708/+719 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -604/+594 |
* | Correct three sub call comments in perly.y | Father Chrysostomos | 2013-05-31 | 1 | -15/+10 |
* | Improve the logic in regen_perly.pl for manually generating token macros. | Nicholas Clark | 2013-05-06 | 1 | -1/+1 |