summaryrefslogtreecommitdiff
path: root/fitz/base_error.c
AgeCommit message (Expand)Author
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-12Fix fz_try/fz_catch in overflow case.Robin Watts
2012-12-03Tweak fz_try/fz_always/fz_catch to handle throws from within always.Robin Watts
2012-08-23Silence some warnings.Robin Watts
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.Robin Watts
2012-01-11Flush warnings before printing an error message in fz_throw.Tor Andersson
2012-01-09Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.Robin Watts
2012-01-09Fix Android logging bug; cut and paste error.Robin Watts
2012-01-06Android tweaks.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-11-14Simplify fz_try/fz_catch by removing failed flag.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-03-06Add error message buffer for GUI applications to display the latest error sta...Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-05-14Remove prefix ascii art from error messages stored in the error text buffer.Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-08-23Print the newline at the end of error messages separately from the snprintf, ...Tor Andersson
2009-08-22Append newline to end of error messages.Sebastian Rasmussen
2009-08-21Save error messages in a static buffer so that the windows viewer can show th...Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2005-06-04new world orderTor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson