summaryrefslogtreecommitdiff
path: root/source/fitz/dtoa.c
AgeCommit message (Collapse)Author
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
The dtoa function is for doubles (which is what MuJS uses) but for MuPDF we only need and want float precision in our output formatting.
2014-09-02Fix windows build breakages due to missing NAN and INFINITY.Robin Watts
Add some #definery for platforms where NAN and INFINITY aren't defined in std headers.
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson