| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 1 | -44/+52 |
* | 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 | -359/+355 |
* | fix some (mostly MAD) compiler warnings | Dave Mitchell | 2007-05-13 | 1 | -150/+152 |
* | 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 | -120/+121 |
* | 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 | -34/+38 |
* | Fix leaks in label strings allocation in COPs | Rafael Garcia-Suarez | 2006-12-20 | 1 | -160/+158 |
* | merge the four parser stacks into one | Dave Mitchell | 2006-12-17 | 1 | -468/+468 |
* | misc MAD coredump fixes and parser leak fixes | Dave Mitchell | 2006-12-13 | 1 | -202/+201 |
* | fixup some ival/opval type changes from perly.y/madly.y merger | Dave Mitchell | 2006-12-13 | 1 | -138/+142 |
* | fix eval qw(BEGIN{die}) style leaks (second attempt). | Dave Mitchell | 2006-12-11 | 1 | -356/+351 |
* | #28315 could crash when freeing ops with different pads | Dave Mitchell | 2006-12-10 | 1 | -351/+356 |
* | parser: expand yy_is_opval[] to include all value types | Dave Mitchell | 2006-12-10 | 1 | -194/+194 |
* | fix some casting issues with perly.y / madly.y merger | Dave Mitchell | 2006-12-04 | 1 | -462/+462 |
* | merge perly.y and madlu.y | Dave Mitchell | 2006-12-04 | 1 | -499/+992 |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -47/+52 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -130/+131 |
* | stop eval "sub{" leaking | Dave Mitchell | 2006-05-26 | 1 | -146/+155 |
* | Add the MAD change to perly.y, which brings a new PEG token. | Nicholas Clark | 2006-03-09 | 1 | -191/+191 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -366/+401 |
* | The new REQUIRE token introduced by change 25599 must be | Rafael Garcia-Suarez | 2005-10-13 | 1 | -185/+186 |
* | 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 | -52/+62 |
* | 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 | -289/+289 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -415/+417 |
* | [perl #34101] not() || 1 produces segmentation fault | Marcus Holland-Moritz | 2005-02-10 | 1 | -286/+287 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -40/+35 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -184/+184 |
* | [perl #25824] Segmentation fault with | Dave Mitchell | 2004-02-15 | 1 | -332/+338 |
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 1 | -0/+1043 |