summaryrefslogtreecommitdiff
path: root/perly.tab
Commit message (Collapse)AuthorAgeFilesLines
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-418/+422
| | | | | | | In the presence of 'my' in the conditional of a while(), until(), or for(;;) loop, add an extra scope to the body so that redo doesn't undef the lexical p4raw-id: //depot/perl@24412
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-32/+32
| | | | | | Fixed by making not() behave like not(0). This is also the way not() behaved before it started segfaulting in 5.6.0. p4raw-id: //depot/perl@23960
* Turn regcomp into a list opDave Mitchell2004-10-101-454/+425
| | | p4raw-id: //depot/perl@23357
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-21/+21
| | | p4raw-id: //depot/perl@23176
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-623/+624
| | | | | sub x { shift; @a = @b; eval +{ use } } p4raw-id: //depot/perl@22306
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-0/+876
process p4raw-id: //depot/perl@22302