K 10 svn:author V 3 das K 8 svn:date V 27 2005-01-18T18:44:07.000000Z K 7 svn:log V 389 Cut out the gordian handling of subnormals by bit fiddling, and instead use the FPU to convert subnormals to normals. (NB: Further simplification is possible, such as using the FPU for the rounding step.) This fixes a bug reported by stefanf where long double subnormals in the Intel 80-bit format would be output with one fewer digit than necessary when the default precision was used. END