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
/
fitz
/
error.c
Age
Commit message (
Expand
)
Author
2017-01-17
Remove preprocessor defines from vcproj.
Tor Andersson
2016-09-14
Redirect fprintf to android logcat in debug builds.
Robin Watts
2016-07-12
Zero terminate fz_vsnprintf output when formatting warnings and error messages.
Tor Andersson
2016-07-08
git stripspace
Tor Andersson
2016-07-08
Use fz_vsnprintf to format warnings and error messages.
Tor Andersson
2016-05-12
Add variadic versions of fz_throw and fz_warn.
Simon Reinhardt
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-03-15
Tweak fz_try/catch to fix overflow case.
Robin Watts
2016-02-15
Drop UNUSED macro -- it dirties the namespace and is not needed.
Tor Andersson
2016-01-18
Simplify try/catch macros.
Tor Andersson
2015-10-29
Fix 696303: Off-by-one error when checking for exception stack overflow.
Tor Andersson
2015-09-30
Bug 696115: Further fix for setjmp/longjmp.
Robin Watts
2014-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-08-19
don't always write to Visual Studio's Output console in debug builds
Simon Bünzli
2013-08-28
fix various typos
Simon Bünzli
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-03
Update fz_error/fz_warn to output to Debugger window on Win32 too.
Robin Watts
2013-06-28
Modify FZ_NORETURN to work on MSVC too.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson