index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
printf.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2017-04-11
Add fz_asprintf function to allocate a string and format output.
Tor Andersson
2017-03-23
Fix bug with printing integer zero in printf.
Tor Andersson
2017-03-22
Extend our printf formatting to take width and precision.
Tor Andersson
2017-03-22
Simplify string formatter API.
Tor Andersson
2016-11-23
Add ptrdiff_t formatting support to fz_vsnprintf().
Sebastian Rasmussen
2016-11-23
fz_vsnprintf() can simply use bitwidth of given types.
Sebastian Rasmussen
2016-09-19
Make fz_printf() handle %lu.
Sebastian Rasmussen
2016-09-18
Make fz_printf() support %p.
Sebastian Rasmussen
2016-08-07
Fix fz_vsnprintf() so it prints %zu.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-01-05
Change fz_ftoa to fz_grisu to remove one extra layer of function calls.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-03-25
Fix problems with fz_printf.
Robin Watts
2015-03-24
Update our printf to cope with various useful extensions.
Robin Watts
2015-03-20
Add fz_fprintf function.
Tor Andersson
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