netsurf/monkey
Vincent Sanders 14e2829489 remove the die API from the core.
The die() API for abnormal termination does not belong within the core
of netsurf and instead errors are propogated back to the callers.

This is the final part of this change and the API is now only used within
some parts of the frontends
2014-10-26 12:42:53 +00:00
..
401login.c move 401 login into operation table 2014-01-16 00:52:17 +00:00
401login.h move 401 login into operation table 2014-01-16 00:52:17 +00:00
bitmap.c
browser.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
browser.h reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
cert.c Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
cert.h Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
dispatch.c remove the die API from the core. 2014-10-26 12:42:53 +00:00
dispatch.h remove the die API from the core. 2014-10-26 12:42:53 +00:00
download.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
fetch.c Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
fetch.h move path_to_url and url_to_path to fetch operation table 2014-01-25 23:01:32 +00:00
filetype.c check return from stat() fixes coverity 1164069 2014-05-07 16:23:19 +01:00
filetype.h create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
font.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
main.c remove the die API from the core. 2014-10-26 12:42:53 +00:00
Makefile.defaults monkey should not force external iconv 2014-04-30 12:11:01 +01:00
Makefile.target Pull warning flags out into variables that can be overriden seperately for C and C++ 2014-09-05 16:01:44 +01:00
options.h
plot.c reduce uncessary include usage 2014-05-18 23:17:15 +01:00
plot.h
poll.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
poll.h remove use of deprecated netsurf_quit variable in monkey 2014-10-12 21:18:17 +01:00
res
schedule.c move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
schedule.h move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
thumbnail.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
utils.c remove the die API from the core. 2014-10-26 12:42:53 +00:00