summaryrefslogtreecommitdiff
path: root/fitz/base_string.c
AgeCommit message (Expand)Author
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-03-28Whitespace fixes.Tor Andersson
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Clamp real numbers when parsing.Sebastian Rasmussen
2012-03-07More release tidyups.Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-05-31Fix assert in scale: see Bug 692245.Robin Watts
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-07-08Fix a few occurrances of undeclared functions and functions that could be sta...Sebastian Rasmussen
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson