mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
75018632a9
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); |
||
---|---|---|
.. | ||
http | ||
nsurl | ||
ascii.h | ||
bloom.c | ||
bloom.h | ||
config.h | ||
corestringlist.h | ||
corestrings.c | ||
corestrings.h | ||
coverity-build.sh | ||
DerivedJoiningType.txt | ||
dirent.h | ||
errors.h | ||
fetch-transifex.pl | ||
file.c | ||
file.h | ||
filename.c | ||
filename.h | ||
filepath.c | ||
filepath.h | ||
git-date.sh | ||
git-testament.pl | ||
hashtable.c | ||
hashtable.h | ||
http.h | ||
idna_props.h | ||
idna-derived-props-gen.pl | ||
idna-tables-5.2.0-properties.csv | ||
idna.c | ||
idna.h | ||
import-messages.pl | ||
inet.h | ||
jenkins-build.sh | ||
libdom.c | ||
libdom.h | ||
log.c | ||
log.h | ||
Makefile | ||
memanalyze.pl | ||
merge-messages.lua | ||
messages.c | ||
messages.h | ||
nsoption.c | ||
nsoption.h | ||
nsurl.h | ||
punycode.c | ||
punycode.h | ||
ring.h | ||
split-messages.pl | ||
string.h | ||
sys_time.h | ||
talloc.c | ||
talloc.h | ||
test-netsurf | ||
time.c | ||
time.h | ||
url.c | ||
url.h | ||
useragent.c | ||
useragent.h | ||
utf8.c | ||
utf8.h | ||
utils.c | ||
utils.h | ||
utsname.h | ||
valgrind.supp |