summaryrefslogtreecommitdiff
path: root/t/op/or.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+15
* Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exitMatthew Horsfall (alh)2013-11-191-1/+17
* Propagate lvalue context to && and ||Father Chrysostomos2013-10-241-1/+7
* Revert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DO...Karl Williamson2013-09-301-18/+1
* Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DOR chains.Matthew Horsfall (alh)2013-09-201-1/+18
* t/op/or.t: Provide descriptions for tests lacking them.James E Keenan2013-01-051-5/+5
* Double FETCH testMichael G. Schwern2001-11-191-0/+68