# New Ticket Created by Paul Cochrane # Please include the string: [perl #48120] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48120 >
In languages/perl5/src/pmc/perlnum.pmc:get_string() there is the todo item: /* XXX signbit isn't portable and as we are calling Parrot_sprintf_c * anyway, we can use the builtin number formatting too * this might still be a problem with -0.0 */ The code using the signbit() call is commented out, so I vote for just deleting the offending code. Any objections?