WebSurf/frontends/amiga
Vincent Sanders 75018632a9 Use coccinelle to change logging macro calls in c files
for F in $(git ls-files '*.c');do spatch --sp-file foo.cocci --in-place ${F};done

@@ expression E; @@
-LOG(E);
+NSLOG(netsurf, INFO, E);
@@ expression E, E1; @@
-LOG(E, E1);
+NSLOG(netsurf, INFO, E, E1);
@@ expression E, E1, E2; @@
-LOG(E, E1, E2);
+NSLOG(netsurf, INFO, E, E1, E2);
@@ expression E, E1, E2, E3; @@
-LOG(E, E1, E2, E3);
+NSLOG(netsurf, INFO, E, E1, E2, E3);
@@ expression E, E1, E2, E3, E4; @@
-LOG(E, E1, E2, E3, E4);
+NSLOG(netsurf, INFO, E, E1, E2, E3, E4);
@@ expression E, E1, E2, E3, E4, E5; @@
-LOG(E, E1, E2, E3, E4, E5);
+NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5);
@@ expression E, E1, E2, E3, E4, E5, E6; @@
-LOG(E, E1, E2, E3, E4, E5, E6);
+NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6);
@@ expression E, E1, E2, E3, E4, E5, E6, E7; @@
-LOG(E, E1, E2, E3, E4, E5, E6, E7);
+NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6, E7);
2017-09-06 18:45:27 +01:00
..
agclass move frontends into sub directory 2016-05-15 13:44:34 +01:00
dist Enable displaying download progress within a notification. 2017-03-20 20:35:40 +00:00
hash move frontends into sub directory 2016-05-15 13:44:34 +01:00
pkg Official Release 2016-11-19 13:55:01 +00:00
resources Make Amiga SearchEngines file out of the global one plus our own additions 2016-07-01 17:37:09 +01:00
stringview Adjust the requested class versions to be the minimum required. 2017-04-16 17:49:27 +01:00
Makefile Split up menu.c into generic and gui_window-specific files 2017-01-15 16:05:07 +00:00
Makefile.defaults remove junk references to old javascript implementations 2016-09-19 22:02:51 +01:00
arexx.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
arexx.h Fix the signalling to the old session of NetSurf from the newly-launched one. 2016-07-03 22:08:29 +01:00
bitmap.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
bitmap.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
clipboard.c Split up menu.c into generic and gui_window-specific files 2017-01-15 16:05:07 +00:00
clipboard.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
cookies.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
cookies.h Basic conversion of cookie manager to core window 2017-01-03 00:26:00 +00:00
corewindow.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
corewindow.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
ctxmenu.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
ctxmenu.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
datatypes.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
datatypes.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
download.c Allow for more varied notification backmsgs 2017-03-21 18:42:41 +00:00
download.h Allow for more varied notification backmsgs 2017-03-21 18:42:41 +00:00
drag.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
drag.h Fix OS3 build 2016-06-02 21:55:46 +01:00
dt_anim.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
dt_picture.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
dt_sound.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
file.c Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
file.h Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
filetype.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
filetype.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
font.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
font_bullet.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_bullet.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
font_cache.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_cache.h Help gcc opt 2016-07-03 19:39:08 +01:00
font_diskfont.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_diskfont.h Reduce frequency of diskfont open/close 2016-11-27 14:57:32 +00:00
font_scan.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_scan.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gui.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
gui.h Migrate Amiga local history to corewindow 2017-06-10 22:21:46 +01:00
gui_menu.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
gui_menu.h Remove use of global context data from Amiga frontend 2017-02-13 00:18:32 +00:00
gui_options.c When switching to outline fonts on OS3 reset the fonts 2017-02-25 00:16:49 +00:00
gui_options.h Update GUI options window to use event callback 2016-12-31 00:02:21 +00:00
help.c Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
help.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
history.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
history.h Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
history_local.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
history_local.h Migrate Amiga local history to corewindow 2017-06-10 22:21:46 +01:00
hotlist.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hotlist.h Conversion of Amiga hotlist manager to corewindow 2017-01-06 23:56:52 +00:00
icon.c Content API: Make content_broadcast take pointer to content_msg_data. 2017-08-26 15:50:03 +01:00
icon.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
iff_cset.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
iff_dr2d.c create netsurf inttypes header to have portable integer formatting macros 2017-01-21 14:20:55 +00:00
iff_dr2d.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
launch.c Ensure OpenURL list is always freed 2016-12-07 00:00:54 +00:00
launch.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
libs.c Adjust the requested class versions to be the minimum required. 2017-04-16 17:49:27 +01:00
libs.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
login.c Update 401 login window to use event callbacks 2016-12-31 00:30:42 +00:00
login.h Update 401 login window to use event callbacks 2016-12-31 00:30:42 +00:00
memory.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
memory.h Free the correct memory pointer 2016-12-06 23:39:46 +00:00
menu.c Fix menu shortcuts on non-menuclass menus 2017-02-24 23:43:51 +00:00
menu.h Attempt hotlist menu refresh 2017-01-15 17:51:55 +00:00
misc.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
misc.h Move memory functions from misc.c to memory.c 2016-11-19 15:50:22 +00:00
nsoption.c Add missing files 2016-07-09 14:35:39 +01:00
nsoption.h Add missing files 2016-07-09 14:35:39 +01:00
object.c Avoid potential memory leak 2016-12-06 17:54:58 +00:00
object.h Basic template for an Amiga core window 2017-01-01 13:28:11 +00:00
options.h Enable displaying download progress within a notification. 2017-03-20 20:35:40 +00:00
os3support.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
os3support.h Fix OS3 build 2017-02-11 16:28:49 +00:00
plotters.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
plotters.h Make gui_globals less... global 2017-02-13 18:27:37 +00:00
plugin_hack.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
plugin_hack.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
print.c Make gui_globals less... global 2017-02-13 18:27:37 +00:00
print.h Update print window to use event callback 2016-12-31 00:37:59 +00:00
rtg.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
rtg.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_pdf.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_pdf.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
schedule.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
schedule.h AmigaOS low memory handler attempt 2 2016-11-27 16:25:27 +00:00
search.c Update treeviews to use event callback 2016-12-30 13:06:42 +00:00
search.h Start tidying up Amiga event-handling code 2016-12-30 00:59:12 +00:00
selectmenu.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
selectmenu.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
sslcert.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
sslcert.h Take the redraw routine from old tree_redraw with less meddling 2017-01-02 13:47:21 +00:00
theme.c Try to ensure we get the correct type of native BitMap 2017-02-13 18:41:38 +00:00
theme.h Use functions for determining throbber bitmap size 2016-07-03 17:23:24 +01:00
utf8.c Use libiconv instead of newlib's iconv 2016-06-25 21:24:45 +01:00
utf8.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
version.c Correct revision number 2016-11-19 21:44:42 +00:00