| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Output "read only" editor blocks from regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -0/+8 |
* | permit labels to be stacked | Zefram | 2010-12-13 | 1 | -398/+405 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 1 | -392/+407 |
* | make regen_perly | Father Chrysostomos | 2010-11-11 | 1 | -164/+163 |
* | refactor GRAMPROG grammar slightly | Zefram | 2010-11-07 | 1 | -403/+401 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -192/+199 |
* | function to parse unlabelled statement | Zefram | 2010-10-25 | 1 | -385/+403 |
* | stop passing line numbers into op constructor functions | Zefram | 2010-10-25 | 1 | -181/+178 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -669/+591 |
* | permit labels to appear before declarations | Zefram | 2010-10-23 | 1 | -412/+405 |
* | function to parse Perl code block | Zefram | 2010-10-21 | 1 | -410/+427 |
* | fix and test PL_expect in recdescent parsing | Zefram | 2010-10-21 | 1 | -398/+405 |
* | handle bracket stack better in recdescent parsing | Zefram | 2010-10-21 | 1 | -430/+410 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -228/+224 |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 1 | -408/+443 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -1/+1 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -292/+320 |
* | Regenerate headers after last patch | Rafael Garcia-Suarez | 2010-09-06 | 1 | -394/+422 |
* | remove dead listexprcom production from grammar | Zefram | 2010-08-31 | 1 | -35/+21 |