summaryrefslogtreecommitdiff
path: root/source/fitz/printf.c
AgeCommit message (Expand)Author
2016-01-05Change fz_ftoa to fz_grisu to remove one extra layer of function calls.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-03-25Fix problems with fz_printf.Robin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-20Add fz_fprintf function.Tor Andersson
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-05-10Fix stack overflow in fz_vfprintf.Tor Andersson
2014-03-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson
2014-03-25fix warnings in fitz/printf.cSimon Bünzli
2014-03-19Fix MSVC compiles of printf.cRobin Watts
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson