summaryrefslogtreecommitdiff
path: root/t/op/grep.t
Commit message (Expand)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+2
* replace leave_common() with leave_adjust_stacks()David Mitchell2016-02-031-1/+11
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-251-5/+3
* To-do tests for perl #78194Father Chrysostomos2013-07-251-1/+9
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-081-1/+9
* grep.t: require test.pl in BEGIN blockFather Chrysostomos2012-01-081-1/+1
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-081-1/+8
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Resubmit change #28095Rafael Garcia-Suarez2006-05-041-118/+158
* The optree builder was looping when constructing the opsRafael Garcia-Suarez2004-04-071-1/+6
* Check the context of for/grep/map.Jarkko Hietaniemi2003-09-141-1/+20
* One more test count tweak.Jarkko Hietaniemi2003-09-091-1/+1
* Re: [PATCH] honoring void context for map(), return from sub end testdavid nicol2003-09-091-0/+8
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-021-1/+7
* Fix bug #17771 : segfault with the 'for' statement modifierRafael Garcia-Suarez2002-10-111-1/+33
* change#3744 should have made grep more like map instead of theGurusamy Sarathy2000-01-261-1/+69
* fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>Gurusamy Sarathy1999-03-281-0/+31