Re: bug in frexpl module

2007-02-24 Thread Paolo Bonzini
frexpl of 1.0L should return the exponent 1 and mantissa 0.5L. Glibc does this. The substitute code in frexpl.c, however, returns the exponent 0 and mantissa 1.0L, which IMO is wrong. OK to fix this? Ok for all. Don't even ask for approval of changes like the testsuite, since you're much mo

bug in frexpl module

2007-02-24 Thread Bruno Haible
Hi Paolo, frexpl of 1.0L should return the exponent 1 and mantissa 0.5L. Glibc does this. The substitute code in frexpl.c, however, returns the exponent 0 and mantissa 1.0L, which IMO is wrong. OK to fix this? By the way, now that gnulib supports unit tests, how about moving the test code at the