| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | 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 | -689/+810 |
* | rename some grammar productions for clarity | Zefram | 2010-12-12 | 1 | -2/+2 |
* | recursive-descent expression parsing | Zefram | 2010-12-11 | 1 | -784/+780 |
* | make regen_perly | Father Chrysostomos | 2010-11-11 | 1 | -18/+18 |
* | refactor GRAMPROG grammar slightly | Zefram | 2010-11-07 | 1 | -743/+747 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -19/+19 |
* | function to parse unlabelled statement | Zefram | 2010-10-25 | 1 | -785/+775 |
* | stop passing line numbers into op constructor functions | Zefram | 2010-10-25 | 1 | -19/+19 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -676/+669 |
* | permit labels to appear before declarations | Zefram | 2010-10-23 | 1 | -655/+654 |
* | function to parse Perl code block | Zefram | 2010-10-21 | 1 | -775/+782 |
* | fix and test PL_expect in recdescent parsing | Zefram | 2010-10-21 | 1 | -634/+627 |
* | handle bracket stack better in recdescent parsing | Zefram | 2010-10-21 | 1 | -644/+635 |
* | APIify op list constructors | Zefram | 2010-10-12 | 1 | -22/+22 |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 1 | -798/+813 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -704/+718 |
* | Regenerate headers after last patch | Rafael Garcia-Suarez | 2010-09-06 | 1 | -752/+769 |
* | remove dead listexprcom production from grammar | Zefram | 2010-08-31 | 1 | -342/+329 |
* | fix MAD handling of package block syntax | Zefram | 2010-05-23 | 1 | -21/+21 |
* | fix SEGV with eval("package Foo {") | Zefram | 2010-05-20 | 1 | -14/+14 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -663/+675 |
* | Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;... | Jesse Vincent | 2010-02-03 | 1 | -1/+1 |
* | regen_perly prepping for 5.11.4 | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | [perl #22977] Bug in format/write | Zefram | 2009-12-15 | 1 | -16/+16 |
* | regen generated files changed by the previous patch - facility to plug in sy... | Jesse Vincent | 2009-11-05 | 1 | -746/+749 |
* | make regen; make regen_perly | Jesse Vincent | 2009-10-20 | 1 | -1/+1 |
* | Restore MAD handling of package statements | Rafael Garcia-Suarez | 2009-10-08 | 1 | -14/+14 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -566/+566 |
* | make regen; make regen_perly | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
* | Make MAD understand the "..." operator | Rafael Garcia-Suarez | 2009-08-26 | 1 | -5/+5 |
* | Allow when to be used as a statement modifier | Vincent Pit | 2009-03-28 | 1 | -657/+662 |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 1 | -632/+640 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -723/+714 |
* | fix some (mostly MAD) compiler warnings | Dave Mitchell | 2007-05-13 | 1 | -16/+16 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -14/+14 |
* | Patch by Gerard Goossen to add madprops to "require" opcode | Rafael Garcia-Suarez | 2007-03-15 | 1 | -5/+5 |
* | Fix leaks in label strings allocation in COPs | Rafael Garcia-Suarez | 2006-12-20 | 1 | -18/+18 |
* | remove extraneous declaration prom perly.tab | Dave Mitchell | 2006-12-16 | 1 | -1/+0 |
* | misc MAD coredump fixes and parser leak fixes | Dave Mitchell | 2006-12-13 | 1 | -22/+22 |
* | fixup some ival/opval type changes from perly.y/madly.y merger | Dave Mitchell | 2006-12-13 | 1 | -16/+16 |
* | fix eval qw(BEGIN{die}) style leaks (second attempt). | Dave Mitchell | 2006-12-11 | 1 | -605/+608 |
* | #28315 could crash when freeing ops with different pads | Dave Mitchell | 2006-12-10 | 1 | -608/+605 |
* | parser: expand yy_is_opval[] to include all value types | Dave Mitchell | 2006-12-10 | 1 | -47/+52 |