summaryrefslogtreecommitdiff
path: root/t/op/lop.t
Commit message (Expand)AuthorAgeFilesLines
* fix SvTRUE() cast (broke xor)David Mitchell2017-07-311-2/+25
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* [perl #127952] misoptimization for negated constant-ish on lhs of logopAaron Crane2016-05-151-1/+27
* Remove a no-longer needed lexical from t/op/lop.tNicholas Clark2012-08-291-2/+0
* Document the last five tests of t/op/lop.tColin Kuskie2012-08-291-5/+5
* Update t/op/lop.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-17/+12
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-3/+14
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+11
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* allow boolean assign ops to be lvaluesGurusamy Sarathy1999-02-121-0/+44