Re: [perl #19500] [PATCH] fix to disallow negative zero

2002-12-27 Thread Dan Sugalski
At 9:39 PM + 12/27/02, Michael Joyce (via RT) wrote: The core parrot op neg() allows zero to become negative. That shouldn't happen. I've attached a patch to this email that corrects the problem by testing if neg() was passed a value of zero. I've also attached a patch that adds a new test to

[perl #19500] [PATCH] fix to disallow negative zero

2002-12-27 Thread via RT
# New Ticket Created by Michael Joyce # Please include the string: [perl #19500] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19500 > Hello. The core parrot op neg() allows zero to become negative. That shouldn't happen