This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make keywords.pl strict and warnings clean.
[perl5.git] / perly.tab
2006-12-20 Rafael Garcia-SuarezFix leaks in label strings allocation in COPs
2006-12-16 Dave Mitchellremove extraneous declaration prom perly.tab
2006-12-13 Dave Mitchellmisc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchellfixup some ival/opval type changes from perly.y/madly...
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchellfix some casting issues with perly.y / madly.y merger
2006-12-04 Dave Mitchellmerge perly.y and madlu.y
2006-11-13 Rafael Garcia-SuarezParsing fix: it wasn't possible to call a function...
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-05-27 Dave Mitchellstop OPs leaking in eval "syntax error"
2006-05-26 Dave Mitchellstop eval "sub{" leaking
2006-03-09 Nicholas ClarkAdd the MAD change to perly.y, which brings a new PEG...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-10-13 Rafael Garcia-SuarezThe new REQUIRE token introduced by change 25599 must be
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....