| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] function to parse Perl statement sequence | Zefram | 2010-10-04 | 1 | -2/+27 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -1/+1 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -21/+38 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -5/+28 |
* | remove dead listexprcom production from grammar | Zefram | 2010-08-31 | 1 | -11/+0 |
* | fix MAD handling of package block syntax | Zefram | 2010-05-23 | 1 | -2/+1 |
* | fix SEGV with eval("package Foo {") | Zefram | 2010-05-20 | 1 | -1/+11 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -1/+22 |
* | [perl #22977] Bug in format/write | Zefram | 2009-12-15 | 1 | -1/+7 |
* | -Dmad broken for c++ | Tony Cook | 2009-12-01 | 1 | -3/+3 |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -1/+1 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -0/+4 |
* | Restore MAD handling of package statements | Rafael Garcia-Suarez | 2009-10-08 | 1 | -10/+8 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -6/+12 |
* | Fix building MAD with C++ - a MAD_PV of "" is illegal, as it will be free()d. | Nicholas Clark | 2009-09-24 | 1 | -1/+1 |
* | Make MAD understand the "..." operator | Rafael Garcia-Suarez | 2009-08-26 | 1 | -0/+1 |
* | Allow when to be used as a statement modifier | Vincent Pit | 2009-03-28 | 1 | -0/+2 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -0/+1 |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 1 | -2/+7 |
* | Fix the line-number-in-elsif longstanding bug. | Rafael Garcia-Suarez | 2008-04-18 | 1 | -1/+1 |
* | Eliminate use of Nullop in the core code. Dual life uses remain. | Nicholas Clark | 2008-02-10 | 1 | -32/+32 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -3/+3 |
* | [perl #43425] local $[: fix scoping during parser error handling. | Dave Mitchell | 2007-07-16 | 1 | -9/+7 |
* | fix some (mostly MAD) compiler warnings | Dave Mitchell | 2007-05-13 | 1 | -16/+18 |
* | Give the 'local' declarator a new key, such that 'local our' | Gerard Goossen | 2007-05-12 | 1 | -1/+1 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+2 |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 1 | -21/+21 |
* | Silence the g++ warnings "right-hand operand of comma has no effect" | Nicholas Clark | 2007-04-10 | 1 | -6/+6 |
* | fix MAD compilation of C-style for loop | Gerard Goossen | 2007-03-22 | 1 | -1/+1 |
* | Patch by Gerard Goossen to add madprops to "require" opcode | Rafael Garcia-Suarez | 2007-03-15 | 1 | -4/+8 |
* | Fix leaks in label strings allocation in COPs | Rafael Garcia-Suarez | 2006-12-20 | 1 | -4/+2 |
* | misc MAD coredump fixes and parser leak fixes | Dave Mitchell | 2006-12-13 | 1 | -8/+11 |
* | fixup some ival/opval type changes from perly.y/madly.y merger | Dave Mitchell | 2006-12-13 | 1 | -0/+4 |
* | fix eval qw(BEGIN{die}) style leaks (second attempt). | Dave Mitchell | 2006-12-11 | 1 | -31/+25 |
* | #28315 could crash when freeing ops with different pads | Dave Mitchell | 2006-12-10 | 1 | -25/+31 |
* | parser: expand yy_is_opval[] to include all value types | Dave Mitchell | 2006-12-10 | 1 | -1/+2 |
* | fix some casting issues with perly.y / madly.y merger | Dave Mitchell | 2006-12-04 | 1 | -33/+36 |
* | merge perly.y and madlu.y | Dave Mitchell | 2006-12-04 | 1 | -220/+736 |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -0/+2 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -1/+2 |
* | stop eval "sub{" leaking | Dave Mitchell | 2006-05-26 | 1 | -9/+18 |
* | Add the MAD change to perly.y, which brings a new PEG token. | Nicholas Clark | 2006-03-09 | 1 | -0/+5 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+28 |
* | The new REQUIRE token introduced by change 25599 must be | Rafael Garcia-Suarez | 2005-10-13 | 1 | -0/+1 |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | CORE::require was always parsed as require(). | Rafael Garcia-Suarez | 2005-09-26 | 1 | -1/+5 |
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 1 | -1/+1 |
* | Allow non-arrowed form of chained subscripts after slices | Yitzchak Scott-Thoennes | 2005-09-13 | 1 | -4/+4 |