Age | Commit message (Expand) | Author |
---|---|---|
2014-09-22 | Fix 695467: Add and use fz_ftoa function (like dtoa but with floats). | Tor Andersson |
2014-09-02 | Add fz_snprintf and use it for formatting floating point numbers. | Tor Andersson |
2014-09-02 | Add locale-independent number formatting and parsing functions. | Tor Andersson |
2014-05-10 | Fix stack overflow in fz_vfprintf. | Tor Andersson |
2014-03-25 | Add va_copy/va_copy_end macros to support both C89 and C99. | Tor Andersson |
2014-03-25 | fix warnings in fitz/printf.c | Simon Bünzli |
2014-03-19 | Fix MSVC compiles of printf.c | Robin Watts |
2014-03-19 | Add %q and %( formatting to fz_printf to print escaped strings. | Tor Andersson |
2014-03-19 | Implement our own vsnprintf variant. | Tor Andersson |