summaryrefslogtreecommitdiff
path: root/source/fitz/strtof.c
AgeCommit message (Collapse)Author
2017-04-27Include required system headers.Tor Andersson
2016-07-14Fix whitespace and indentation.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-02-24Strip trailing whitespace.Tor Andersson
2016-02-03Bug 696546: Add fast strtofRobin Watts
Take on a (slightly tweaked) version of Simon Reinhardt's patch. The actual logic is left entirely unchanged; minor changes have been made to the names of functions/types to avoid clashing in the cmapdump.c repeated inclusion. Currently this should really only affect xps files, as strtof is only used as fz_atof, and that's (effectively) all xps for now. I will look at updating lex_number to call this in future.