summaryrefslogtreecommitdiff
path: root/perly.act
Commit message (Expand)AuthorAgeFilesLines
* 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-359/+355
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-150/+152
* 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-120/+121
* 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-34/+38
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-160/+158
* merge the four parser stacks into oneDave Mitchell2006-12-171-468/+468
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-202/+201
* fixup some ival/opval type changes from perly.y/madly.y mergerDave Mitchell2006-12-131-138/+142
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-356/+351
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-351/+356
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-101-194/+194
* fix some casting issues with perly.y / madly.y mergerDave Mitchell2006-12-041-462/+462
* merge perly.y and madlu.yDave Mitchell2006-12-041-499/+992
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-47/+52
* stab at UNITCHECK blocksAlexander Gough2006-10-191-130/+131
* stop eval "sub{" leakingDave Mitchell2006-05-261-146/+155
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-091-191/+191
* latest switch/say/~~Robin Houston2005-12-191-366/+401
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-131-185/+186
* 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-52/+62
* 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-289/+289
* More SvPV constingNicholas Clark2005-06-081-1/+1
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-415/+417
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-286/+287
* Turn regcomp into a list opDave Mitchell2004-10-101-40/+35
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-184/+184
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-332/+338
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-0/+1043