summaryrefslogtreecommitdiff
path: root/perly.h
Commit message (Expand)AuthorAgeFilesLines
* Bump several file copyright datesSteffen Schwigon2012-01-191-3/+3
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-131/+133
* APIify pad functionsZefram2011-07-121-1/+1
* Fix a confusing comment in perly.yFather Chrysostomos2011-06-031-2/+2
* 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
* recursive-descent expression parsingZefram2010-12-111-152/+154
* make regen; make regen_perlyChris 'BinGOs' Williams2010-11-201-1/+1
* refactor GRAMPROG grammar slightlyZefram2010-11-071-1/+1
* function to parse unlabelled statementZefram2010-10-251-148/+150
* permit labels to appear before declarationsZefram2010-10-231-1/+1
* function to parse Perl code blockZefram2010-10-211-148/+150
* make regen; make regen_perlyTatsuhiko Miyagawa2010-10-201-1/+1
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-144/+146
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-1/+1
* make qw(...) first-class syntaxZefram2010-09-081-130/+132
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-143/+147
* support "package Foo { ... }"Zefram2010-05-201-24/+18
* Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;...Jesse Vincent2010-02-031-18/+24
* regen_perly prepping for 5.11.4Ricardo Signes2010-01-191-24/+18
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-120/+124
* make regen; make regen_perlyJesse Vincent2009-10-201-18/+24
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-24/+18
* make regen; make regen_perlyJesse Vincent2009-10-021-18/+24
* Make MAD understand the "..." operatorRafael Garcia-Suarez2009-08-261-24/+18
* Allow when to be used as a statement modifierVincent Pit2009-03-281-18/+24
* Add ..., !!!, and ??? operatorschromatic2008-05-181-80/+82
* Silence the g++ warnings "right-hand operand of comma has no effect"Nicholas Clark2007-04-101-1/+1
* Patch by Gerard Goossen to add madprops to "require" opcodeRafael Garcia-Suarez2007-03-151-1/+1
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-1/+1
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-1/+0
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-0/+1
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-101-1/+2
* fix some casting issues with perly.y / madly.y mergerDave Mitchell2006-12-041-2/+5
* merge perly.y and madlu.yDave Mitchell2006-12-041-16/+30
* Avoid an error that VC++'s resource compiler seems to haveSteve Hay2006-07-171-2/+0
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-091-2/+7
* latest switch/say/~~Robin Houston2005-12-191-83/+89
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-131-6/+7
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-45/+47
* Allow non-arrowed form of chained subscripts after slicesYitzchak Scott-Thoennes2005-09-131-3/+3
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-3/+3
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-4/+4
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-1/+1
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-61/+173
* Defined-or patch (cleaned up)Brent Dax2002-08-051-17/+19
* sub : attrlistSpider Boardman1999-08-291-19/+21
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-18/+19