bind9/doc
Colin Vidal d03f6e6fd4 cfg_parse_ functions internally handle the parser
Instead of (1) allocating a parser, (2) parsing a file/buffer then (3)
freeing the parser, the parser is now internally created/destroyed from
within the `cfg_parse_*` functions. This simplifies a lot the use cases,
especially around the error cases where the parser needs to be freed in
a cleanup goto.

The only trick was the parser callback mechanism, which would previously
have been set up between steps 1 and 2.  Since it's never been used for
any purpose other than the "directory" option, the chdir call has now
been moved inside the parser and the generic callback mechanism has been
removed, replacing CFG_CLAUSEFLAG_CALLBACK with CFG_CLAUSEFLAG_CHDIR.
2025-10-23 13:01:08 -07:00
..
arm Merge tag 'v9.21.14' 2025-10-22 18:13:34 +02:00
changelog Merge tag 'v9.21.14' 2025-10-22 18:13:34 +02:00
design Remove DLV remnants 2024-12-13 11:24:47 +01:00
dev Change the loopmgr to be singleton 2025-07-23 22:44:16 +02:00
dnssec-guide replace the build system with meson 2025-06-11 10:30:12 +03:00
doxygen Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
man add synthrecord plugin documentation 2025-10-01 12:16:05 +02:00
misc cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
notes Merge tag 'v9.21.14' 2025-10-22 18:13:34 +02:00
meson.build Fix cross builds 2025-07-10 16:56:15 +02:00