This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #87708] use integer; $tied < $tied
[perl5.git] / t / op / grep.t
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2009-12-08 Gerard Goossenproper error on "grep $x (1,2,3)". Solves [perl #37314]
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2006-05-04 Rafael Garcia-SuarezResubmit change #28095
2004-04-07 Rafael Garcia-SuarezThe optree builder was looping when constructing the ops
2003-09-14 Jarkko HietaniemiCheck the context of for/grep/map.
2003-09-09 Jarkko HietaniemiOne more test count tweak.
2003-09-09 david nicolRe: [PATCH] honoring void context for map(), return...
2002-12-02 Hugo van der Sandenintegrate 5.8-maint: changes #18174 18187 18189-92...
2002-10-11 Rafael Garcia-SuarezFix bug #17771 : segfault with the 'for' statement...
2000-02-09 Charles BaileyResync with mainline
2000-01-26 Gurusamy Sarathychange#3744 should have made grep more like map instead...
1999-03-28 Gurusamy Sarathyfix bogus OPf_REF context for the BLOCK in C<grep BLOCK...