summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Expand)AuthorAgeFilesLines
* Bump several file copyright datesSteffen Schwigon2012-01-191-2/+2
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-791/+810
* APIify pad functionsZefram2011-07-121-1/+1
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-1/+1
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-1/+1
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-1/+1
* Store the SHA-256 of the source in files generated by regen_perly.plNicholas Clark2011-01-231-1/+4
* Output "read only" editor blocks from regen_perly.plNicholas Clark2011-01-231-0/+8
* permit labels to be stackedZefram2010-12-131-689/+810
* rename some grammar productions for clarityZefram2010-12-121-2/+2
* recursive-descent expression parsingZefram2010-12-111-784/+780
* make regen_perlyFather Chrysostomos2010-11-111-18/+18
* refactor GRAMPROG grammar slightlyZefram2010-11-071-743/+747
* new API functions op_scope and op_lvalueZefram2010-10-261-19/+19
* function to parse unlabelled statementZefram2010-10-251-785/+775
* stop passing line numbers into op constructor functionsZefram2010-10-251-19/+19
* refactor and regularise label/statement grammarZefram2010-10-251-676/+669
* permit labels to appear before declarationsZefram2010-10-231-655/+654
* function to parse Perl code blockZefram2010-10-211-775/+782
* fix and test PL_expect in recdescent parsingZefram2010-10-211-634/+627
* handle bracket stack better in recdescent parsingZefram2010-10-211-644/+635
* APIify op list constructorsZefram2010-10-121-22/+22
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-798/+813
* make qw(...) first-class syntaxZefram2010-09-081-704/+718
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-752/+769
* remove dead listexprcom production from grammarZefram2010-08-311-342/+329
* fix MAD handling of package block syntaxZefram2010-05-231-21/+21
* fix SEGV with eval("package Foo {")Zefram2010-05-201-14/+14
* support "package Foo { ... }"Zefram2010-05-201-663/+675
* Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;...Jesse Vincent2010-02-031-1/+1
* regen_perly prepping for 5.11.4Ricardo Signes2010-01-191-1/+1
* [perl #22977] Bug in format/writeZefram2009-12-151-16/+16
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-746/+749
* make regen; make regen_perlyJesse Vincent2009-10-201-1/+1
* Restore MAD handling of package statementsRafael Garcia-Suarez2009-10-081-14/+14
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-566/+566
* make regen; make regen_perlyJesse Vincent2009-10-021-1/+1
* Make MAD understand the "..." operatorRafael Garcia-Suarez2009-08-261-5/+5
* Allow when to be used as a statement modifierVincent Pit2009-03-281-657/+662
* Add ..., !!!, and ??? operatorschromatic2008-05-181-632/+640
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-723/+714
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-16/+16
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-14/+14
* Patch by Gerard Goossen to add madprops to "require" opcodeRafael Garcia-Suarez2007-03-151-5/+5
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-18/+18
* remove extraneous declaration prom perly.tabDave Mitchell2006-12-161-1/+0
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-22/+22
* fixup some ival/opval type changes from perly.y/madly.y mergerDave Mitchell2006-12-131-16/+16
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-605/+608
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-608/+605