Message82730
The GNU library's float<->string routines are based on David Gay's.
Therefore you can compare those to Gay's originals to see how much
effort was required to make them "mostly" portable, and can look at the
history of those to get some feel for the maintenance burden.
There's no difficulty in doing this correctly except for denormals. The
pain is almost entirely in doing it correctly /fast/ -- and that is
indeed hard (which accounts for the extreme length and complexity of
Gay's code). |
|
Date |
User |
Action |
Args |
2009-02-25 23:17:23 | tim.peters | set | recipients:
+ tim.peters, gvanrossum, skip.montanaro, nascheme, rhettinger, amaury.forgeotdarc, mark.dickinson, christian.heimes, alexandre.vassalotti, noam, preston |
2009-02-25 23:17:23 | tim.peters | set | messageid: <1235603843.28.0.0920910629239.issue1580@psf.upfronthosting.co.za> |
2009-02-25 23:17:22 | tim.peters | link | issue1580 messages |
2009-02-25 23:17:21 | tim.peters | create | |
|