summaryrefslogtreecommitdiff
path: root/perly.y
Commit message (Expand)AuthorAgeFilesLines
* [perl #22977] Bug in format/writeZefram2009-12-151-1/+7
* -Dmad broken for c++Tony Cook2009-12-011-3/+3
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-1/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+4
* Restore MAD handling of package statementsRafael Garcia-Suarez2009-10-081-10/+8
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-6/+12
* Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d.Nicholas Clark2009-09-241-1/+1
* Make MAD understand the "..." operatorRafael Garcia-Suarez2009-08-261-0/+1
* Allow when to be used as a statement modifierVincent Pit2009-03-281-0/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+5
* Update copyright years.Nicholas Clark2008-10-251-0/+1
* Add ..., !!!, and ??? operatorschromatic2008-05-181-2/+7
* Fix the line-number-in-elsif longstanding bug.Rafael Garcia-Suarez2008-04-181-1/+1
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2008-02-101-32/+32
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-3/+3
* [perl #43425] local $[: fix scoping during parser error handling.Dave Mitchell2007-07-161-9/+7
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-16/+18
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-121-1/+1
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-1/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+2
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-21/+21
* Silence the g++ warnings "right-hand operand of comma has no effect"Nicholas Clark2007-04-101-6/+6
* fix MAD compilation of C-style for loopGerard Goossen2007-03-221-1/+1
* Patch by Gerard Goossen to add madprops to "require" opcodeRafael Garcia-Suarez2007-03-151-4/+8
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-4/+2
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-8/+11
* fixup some ival/opval type changes from perly.y/madly.y mergerDave Mitchell2006-12-131-0/+4
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-31/+25
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-25/+31
* 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-33/+36
* merge perly.y and madlu.yDave Mitchell2006-12-041-220/+736
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-0/+2
* stab at UNITCHECK blocksAlexander Gough2006-10-191-1/+2
* stop eval "sub{" leakingDave Mitchell2006-05-261-9/+18
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-091-0/+5
* latest switch/say/~~Robin Houston2005-12-191-1/+28
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-131-0/+1
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-1/+1
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-1/+5
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-1/+1
* Allow non-arrowed form of chained subscripts after slicesYitzchak Scott-Thoennes2005-09-131-4/+4
* More SvPV constingNicholas Clark2005-06-081-1/+1
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-13/+16
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-1/+2
* minor corrections to comments in perly.yDave Mitchell2005-01-301-2/+2
* Turn regcomp into a list opDave Mitchell2004-10-101-4/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+9
* fix some comments in perly.yDave Mitchell2004-03-261-3/+3