summaryrefslogtreecommitdiff
path: root/t/op/negate.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #113012] String negation under ‘use integer’Father Chrysostomos2012-06-291-1/+46
* pp_negate: Support magic big ints as stringsFather Chrysostomos2012-06-071-1/+13
* pp_negate and the Unicode BugFather Chrysostomos2012-06-071-1/+6
* Fix perl #57706 for magical vars: -"-10"Father Chrysostomos2012-06-071-1/+5
* pp_negate: Don’t treat nummified str as numFather Chrysostomos2012-06-071-2/+9
* Correct test names in negate.tFather Chrysostomos2010-10-041-2/+2
* [perl #57706] Unary minus on 'numeric' inputs like '-1'Renée Bäcker2010-10-041-2/+2
* Addition documentation explaining aritmetic negation on strings. Also,Steve Peters2005-12-171-0/+31