Add a TODO test for block evals segfaulting on syntax errors.
[p5sagit/p5-mst-13.2.git] / t / op / grep.t
2009-12-08 Gerard Goossen proper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2006-05-04 Rafael Garcia-Suarez Resubmit change #28095
2004-04-07 Rafael Garcia-Suarez The optree builder was looping when constructing the ops
2003-09-14 Jarkko Hietaniemi Check the context of for/grep/map.
2003-09-09 Jarkko Hietaniemi One more test count tweak.
2003-09-09 david nicol Re: [PATCH] honoring void context for map(), return...
2002-12-02 Hugo van der Sanden integrate 5.8-maint: changes #18174 18187 18189-92...
2002-10-11 Rafael Garcia-Suarez Fix bug #17771 : segfault with the 'for' statement...
2000-02-09 Charles Bailey Resync with mainline
2000-01-26 Gurusamy Sarathy change#3744 should have made grep more like map instead...
1999-03-28 Gurusamy Sarathy fix bogus OPf_REF context for the BLOCK in C<grep BLOCK...