| Commit message (Expand) | Author | Age | Files | Lines |
* | fix eval qw(BEGIN{die}) style leaks (second attempt). | Dave Mitchell | 2006-12-11 | 1 | -605/+608 |
* | #28315 could crash when freeing ops with different pads | Dave Mitchell | 2006-12-10 | 1 | -608/+605 |
* | parser: expand yy_is_opval[] to include all value types | Dave Mitchell | 2006-12-10 | 1 | -47/+52 |
* | fix some casting issues with perly.y / madly.y merger | Dave Mitchell | 2006-12-04 | 1 | -22/+22 |
* | merge perly.y and madlu.y | Dave Mitchell | 2006-12-04 | 1 | -745/+750 |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -57/+57 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -15/+15 |
* | stop OPs leaking in eval "syntax error" | Dave Mitchell | 2006-05-27 | 1 | -0/+27 |
* | stop eval "sub{" leaking | Dave Mitchell | 2006-05-26 | 1 | -15/+15 |
* | Add the MAD change to perly.y, which brings a new PEG token. | Nicholas Clark | 2006-03-09 | 1 | -563/+567 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -721/+737 |
* | The new REQUIRE token introduced by change 25599 must be | Rafael Garcia-Suarez | 2005-10-13 | 1 | -25/+25 |
* | CORE::require was always parsed as require(). | Rafael Garcia-Suarez | 2005-09-26 | 1 | -620/+634 |
* | Allow non-arrowed form of chained subscripts after slices | Yitzchak Scott-Thoennes | 2005-09-13 | 1 | -71/+71 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 1 | -418/+422 |
* | [perl #34101] not() || 1 produces segmentation fault | Marcus Holland-Moritz | 2005-02-10 | 1 | -32/+32 |
* | Turn regcomp into a list op | Dave Mitchell | 2004-10-10 | 1 | -454/+425 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -21/+21 |
* | [perl #25824] Segmentation fault with | Dave Mitchell | 2004-02-15 | 1 | -623/+624 |
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 1 | -0/+876 |