Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Include required system headers. | Tor Andersson | |
2016-07-14 | Fix whitespace and indentation. | Tor Andersson | |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen | |
2016-02-24 | Strip trailing whitespace. | Tor Andersson | |
2016-02-03 | Bug 696546: Add fast strtof | Robin 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. |