LOGONLY mark 1f3ebc NODOC (useful but relatively minor doc change)
[p5sagit/p5-mst-13.2.git] / perly.tab
2010-05-23 Zefram fix MAD handling of package block syntax
2010-05-20 Zefram fix SEGV with eval("package Foo {")
2010-05-20 Zefram support "package Foo { ... }"
2010-02-03 Jesse Vincent Allow arbitrary whitespace between NAME and VERSION...
2010-01-20 Ricardo Signes regen_perly prepping for 5.11.4
2009-12-15 Zefram [perl #22977] Bug in format/write
2009-11-05 Jesse Vincent regen generated files changed by the previous patch...
2009-10-20 Jesse Vincent make regen; make regen_perly
2009-10-08 Rafael Garcia-Suarez Restore MAD handling of package statements
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-10-01 Jesse Vincent make regen; make regen_perly
2009-08-26 Rafael Garcia-Suarez Make MAD understand the "..." operator
2009-03-28 Vincent Pit Allow when to be used as a statement modifier
2008-05-18 chromatic Add ..., !!!, and ??? operators
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-05-13 Dave Mitchell fix some (mostly MAD) compiler warnings
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-03-15 Rafael Garcia-Suarez Patch by Gerard Goossen to add madprops to "require...
2006-12-20 Rafael Garcia-Suarez Fix leaks in label strings allocation in COPs
2006-12-16 Dave Mitchell remove extraneous declaration prom perly.tab
2006-12-13 Dave Mitchell misc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchell fixup some ival/opval type changes from perly.y/madly...
2006-12-11 Dave Mitchell fix 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 Mitchell parser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchell fix some casting issues with perly.y / madly.y merger
2006-12-04 Dave Mitchell merge perly.y and madlu.y
2006-11-13 Rafael Garcia-Suarez Parsing fix: it wasn't possible to call a function...
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-05-27 Dave Mitchell stop OPs leaking in eval "syntax error"
2006-05-26 Dave Mitchell stop eval "sub{" leaking
2006-03-09 Nicholas Clark Add the MAD change to perly.y, which brings a new PEG...
2005-12-19 Robin Houston latest switch/say/~~
2005-10-13 Rafael Garcia-Suarez The new REQUIRE token introduced by change 25599 must be
2005-09-26 Rafael Garcia-Suarez CORE::require was always parsed as require().
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-05-07 Dave Mitchell while (my $x ...) { ...; redo } shouldn't undef $x.
2005-02-10 Marcus Holland-Moritz [perl #34101] not() || 1 produces segmentation fault
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....