Bruno Haible wrote: > NetBSD does not only have a broken isnanl() function. It also has a broken > frexp(): it does not treat denormalized numbers correctly. > > Here is a replacement module for frexp(). Paolo, I tried using your > algorithm from frexpl.c, but > - I cannot enable it since it is GPL and I want an LGPL module (because > vasnprintf uses it, and vasnprintf is LGPL),
I think you can zap my algorithm from the new file -- and I don't mind your stuff being used in the frexpl module (which would then be turned into LGPL). Paolo