summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Expand)AuthorAgeFilesLines
* 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
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-101-47/+52
* fix some casting issues with perly.y / madly.y mergerDave Mitchell2006-12-041-22/+22
* merge perly.y and madlu.yDave Mitchell2006-12-041-745/+750
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-57/+57
* stab at UNITCHECK blocksAlexander Gough2006-10-191-15/+15
* stop OPs leaking in eval "syntax error"Dave Mitchell2006-05-271-0/+27
* stop eval "sub{" leakingDave Mitchell2006-05-261-15/+15
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-091-563/+567
* latest switch/say/~~Robin Houston2005-12-191-721/+737
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-131-25/+25
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-620/+634
* Allow non-arrowed form of chained subscripts after slicesYitzchak Scott-Thoennes2005-09-131-71/+71
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-418/+422
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-32/+32
* Turn regcomp into a list opDave Mitchell2004-10-101-454/+425
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-21/+21
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-623/+624
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-0/+876