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
/
pdf
/
pdf-lex.c
Age
Commit message (
Expand
)
Author
2018-01-31
Return error token if strings are unterminated.
Tor Andersson
2018-01-31
Return PDF_TOK_ERROR when encountering isolated '>' and ')' characters.
Tor Andersson
2017-12-13
Fix 698785: Catch malformed numbers in PDF lexical scanner.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-09-22
Skip to next whitespace character instead of aborting when repairing PDF.
Tor Andersson
2017-06-28
Throw on overly long PDF names.
Sebastian Rasmussen
2017-05-27
Bug 697947: Handle Illegal hex codes in PDF names.
Sebastian Rasmussen
2017-05-27
Handle extremely long PDF names.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-01
Bug 697620: Avoid clash with "isprint".
Robin Watts
2017-01-17
pdf: Convert non-printable keywords into PDF_TOK_ERROR.
Tor Andersson
2016-02-03
Move pdf's lex_number routine over to use fast atof.
Robin Watts
2016-01-15
pdf: Consume entire token before lexing numbers.
Tor Andersson
2016-01-08
Tweak lex_number to avoid (or minimise) underflow
Robin Watts
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
Tor Andersson
2015-10-02
Bug 696131: Detect some overflow conditions
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-01-20
don't decode '8' and '9' as octal digits
Simon Bünzli
2014-09-02
Add fz_snprintf and use it for formatting floating point numbers.
Tor Andersson
2014-01-02
Improve PDF repair logic.
Robin Watts
2013-09-24
Bug 694557: Fix infinite loop in pdf_lex.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson