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
/
string.c
Age
Commit message (
Expand
)
Author
2018-08-10
Add fz_memmem function taken from musl libc.
Tor Andersson
2018-06-02
Add a fz_strnlen function (strnlen is not standard C).
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-11-01
Don't use 'long' needlessly.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-09-14
Add scripts to remove/replace 'static' from functions.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-16
Add fz_format_output_path function.
Tor Andersson
2016-05-13
Add common page range parsing function for tools.
Tor Andersson
2016-05-13
Move string compare helper to other string functions.
Sebastian Rasmussen
2016-03-02
Move UTF-8 string length function to fitz.
Sebastian Rasmussen
2016-02-03
Bug 696546: Add fast strtof
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-05-05
epub: Decode URL escapes in epub paths.
Tor Andersson
2014-12-03
Add dirname and cleanname path manipulation functions.
Tor Andersson
2014-09-02
Add locale-independent number formatting and parsing functions.
Tor Andersson
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-06-20
Rearrange source files.
Tor Andersson