Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | apparently this actually needs to be regenerated too | Jesse Luehrs | 2012-09-25 | 1 | -217/+214 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -370/+355 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -185/+187 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -182/+189 |
* | 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 | -196/+196 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -263/+263 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -369/+382 |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -396/+444 |
* | 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 | -181/+180 |
* | Forbid braces as format delimiters | Father Chrysostomos | 2012-08-05 | 1 | -380/+390 |
* | [perl #114020, #90018, #53186] Make given alias $_ | Father Chrysostomos | 2012-08-01 | 1 | -385/+385 |
* | perly.y: Remove use of latefree from package foo {} | Father Chrysostomos | 2012-07-14 | 1 | -171/+162 |
* | Don’t crash with formats in special blocks | Father Chrysostomos | 2012-06-29 | 1 | -2/+5 |
* | 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 | -50/+64 |
* | remove deprecated qw-as-parens behaviour | Zefram | 2012-05-25 | 1 | -231/+213 |
* | Label UTF8 cleanup | Brian Fraser | 2012-03-25 | 1 | -188/+190 |
* | 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 | -58/+71 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -2/+2 |
* | Fix a confusing comment in perly.y | Father Chrysostomos | 2011-06-03 | 1 | -1/+1 |
* | Add an optional third argument to open_new(), to invoke read_only_top() with. | Nicholas Clark | 2011-05-19 | 1 | -1/+1 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -1/+1 |
* | Store the SHA-256 of the source in files generated by regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -1/+4 |