Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix SvTRUE() cast (broke xor) | David Mitchell | 2017-07-31 | 1 | -2/+25 |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | [perl #127952] misoptimization for negated constant-ish on lhs of logop | Aaron Crane | 2016-05-15 | 1 | -1/+27 |
* | Remove a no-longer needed lexical from t/op/lop.t | Nicholas Clark | 2012-08-29 | 1 | -2/+0 |
* | Document the last five tests of t/op/lop.t | Colin Kuskie | 2012-08-29 | 1 | -5/+5 |
* | Update t/op/lop.t to use test.pl instead of making TAP by hand. | Colin Kuskie | 2012-08-29 | 1 | -17/+12 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -3/+14 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 1 | -1/+11 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | allow boolean assign ops to be lvalues | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+44 |