bind9/doc/dev
Tony Finch ec50c58f52 De-duplicate __FILE__, __LINE__
Mostly generated automatically with the following semantic patch,
except where coccinelle was confused by #ifdef in lib/isc/net.c

@@ expression list args; @@
- UNEXPECTED_ERROR(__FILE__, __LINE__, args)
+ UNEXPECTED_ERROR(args)
@@ expression list args; @@
- FATAL_ERROR(__FILE__, __LINE__, args)
+ FATAL_ERROR(args)
2022-10-17 11:58:26 +01:00
..
copyrights Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dev.md Add autoconf option to enable memory leak detection in libraries 2022-09-27 17:53:04 +02:00
HOW-ADB-WORKS.txt Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
libuv.md Add developer note for the libuv quirks 2022-09-19 14:38:56 +02:00
loopmgr.md Add developer documentation on the netmgr callbacks 2022-09-29 11:12:15 +02:00
rdata.md Shrink decompression contexts 2022-06-01 13:00:40 +01:00
results Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
style.md Enforce Python codestyle with black 2022-06-08 10:27:46 +02:00
unexpected De-duplicate __FILE__, __LINE__ 2022-10-17 11:58:26 +01:00