summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-lex.c
AgeCommit message (Expand)Author
2016-02-03Move pdf's lex_number routine over to use fast atof.Robin Watts
2016-01-15pdf: Consume entire token before lexing numbers.Tor Andersson
2016-01-08Tweak lex_number to avoid (or minimise) underflowRobin Watts
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-10-02Bug 696131: Detect some overflow conditionsRobin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-01-20don't decode '8' and '9' as octal digitsSimon Bünzli
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-01-02Improve PDF repair logic.Robin Watts
2013-09-24Bug 694557: Fix infinite loop in pdf_lex.Robin Watts
2013-06-20Rearrange source files.Tor Andersson