Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
* | run regen_perly | David Mitchell | 2013-03-03 | 1 | -10/+15 |
* | 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 | -36/+31 |
* | apparently this actually needs to be regenerated too | Jesse Luehrs | 2012-09-25 | 1 | -11/+16 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -831/+845 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -21/+21 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -21/+21 |
* | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -595/+598 |
* | Store state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -293/+295 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -680/+680 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -740/+743 |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -813/+805 |
* | Prevent double frees/crashes with format syntax errs | Father Chrysostomos | 2012-08-08 | 1 | -1/+1 |
* | Don’t create formats after compilation errors | Father Chrysostomos | 2012-08-08 | 1 | -22/+22 |
* | Forbid braces as format delimiters | Father Chrysostomos | 2012-08-05 | 1 | -867/+894 |
* | [perl #114020, #90018, #53186] Make given alias $_ | Father Chrysostomos | 2012-08-01 | 1 | -707/+704 |
* | perly.y: Remove use of latefree from package foo {} | Father Chrysostomos | 2012-07-14 | 1 | -20/+20 |
* | Don’t crash with formats in special blocks | Father Chrysostomos | 2012-06-29 | 1 | -3/+3 |
* | perly.*: update regen_perly checksum | Father Chrysostomos | 2012-06-27 | 1 | -1/+1 |
* | Avoid braces warning in regen_perly.pl | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -537/+540 |
* | remove deprecated qw-as-parens behaviour | Zefram | 2012-05-25 | 1 | -373/+366 |
* | Label UTF8 cleanup | Brian Fraser | 2012-03-25 | 1 | -22/+22 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -2/+2 |
* | [perl #95546] Allow () after __FILE__, etc. | Father Chrysostomos | 2011-08-12 | 1 | -791/+810 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -1/+1 |
* | Fix a confusing comment in perly.y | Father Chrysostomos | 2011-06-03 | 1 | -1/+1 |