Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #120374] Stop for($h{k}||'') from vivifying | Father Chrysostomos | 2014-02-09 | 1 | -2/+15 |
* | Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exit | Matthew Horsfall (alh) | 2013-11-19 | 1 | -1/+17 |
* | Propagate lvalue context to && and || | Father Chrysostomos | 2013-10-24 | 1 | -1/+7 |
* | Revert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DO... | Karl Williamson | 2013-09-30 | 1 | -18/+1 |
* | Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DOR chains. | Matthew Horsfall (alh) | 2013-09-20 | 1 | -1/+18 |
* | t/op/or.t: Provide descriptions for tests lacking them. | James E Keenan | 2013-01-05 | 1 | -5/+5 |
* | Double FETCH test | Michael G. Schwern | 2001-11-19 | 1 | -0/+68 |