summaryrefslogtreecommitdiff
path: root/fitz/base_error.c
AgeCommit message (Collapse)Author
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
since it may be trimmed off if the message is too long to fit the buffer.
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 ↵Tor Andersson
them in a dialog box.
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 ↵Tor Andersson
the errors immediately.
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