netsurf/monkey
Vincent Sanders c105738fa3 Change LOG() macro to be varadic
This changes the LOG macro to be varadic removing the need for all
callsites to have double bracketing and allows for future improvement
on how we use the logging macros.

The callsites were changed with coccinelle and the changes checked by
hand. Compile tested for several frontends but not all.

A formatting annotation has also been added which allows the compiler
to check the parameters and types passed to the logging.
2015-05-28 16:08:46 +01: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 Update monkey to use bitmap render API 2015-04-24 10:54:32 +01:00
bitmap.h Update monkey frontend to use bitmap operation table. 2015-04-15 22:05:10 +01:00
browser.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +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 Change LOG() macro to be varadic 2015-05-28 16:08:46 +01: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 Update monkey frontend to use bitmap operation table. 2015-04-15 22:05:10 +01:00
filetype.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +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 Update monkey frontend to use bitmap operation table. 2015-04-15 22:05:10 +01:00
Makefile.defaults monkey should not force external iconv 2014-04-30 12:11:01 +01:00
Makefile.target Use standard macros for monkey frontend mandantory pkg-config based libraries 2015-05-03 14:56:42 +01:00
options.h change all core and frontend options headers to new format 2013-05-28 14:16:10 +01:00
plot.c remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
plot.h Add file missing from r12543. 2011-06-30 15:49:12 +00:00
poll.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
poll.h remove use of deprecated netsurf_quit variable in monkey 2014-10-12 21:18:17 +01:00
res Add a deaf monkey frontend. TODO: Make it listen 2011-03-12 15:08:07 +00:00
schedule.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
schedule.h move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
utils.c remove the die API from the core. 2014-10-26 12:42:53 +00:00