summaryrefslogtreecommitdiff
path: root/doc/yat2m.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of noreturn.NIIBE Yutaka2022-09-161-1/+1
| | | | | | | | | | * doc/yat2m.c: Use __noreturn__. * src/g10lib.h: Likewise. -- GnuPG-bug-id: 4002 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* doc: Update yat2m from libgpg-error.NIIBE Yutaka2022-04-051-47/+278
| | | | | | | | | | | * doc/yat2m.c: Update. -- Stderr output of "writing '<THE PAGE NAME>'" will be suppressed unless --verbose is specified. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* doc: Update yat2m.c from upstream (libgpg-error)Werner Koch2018-10-241-12/+30
| | | | | | | -- GnuPG-bug-id: 4102 Signed-off-by: Werner Koch <wk@gnupg.org>
* doc: Update yat2m.Werner Koch2016-06-251-8/+56
| | | | | | | | | | * doc/yat2m.c: Update from Libgpg-error -- Taken from Libgpg-error commit 9b5e3d1608922f4aaf9958e022431849d5a58501 Signed-off-by: Werner Koch <wk@gnupg.org>
* doc: Update yat2m to current upstream version (GnuPG).Werner Koch2015-01-051-3/+100
|
* doc: Change yat2m to allow arbitrary condition names.Werner Koch2013-12-161-107/+266
| | | | | | | | | | | | | | | | | | | | | * doc/yat2m.c (MAX_CONDITION_NESTING): New. (gpgone_defined): Remove. (condition_s, condition_stack, condition_stack_idx): New. (cond_is_active, cond_in_verbatim): New. (add_predefined_macro, set_macro, macro_set_p): New. (evaluate_conditions, push_condition, pop_condition): New. (parse_file): Rewrite to use the condition stack. (top_parse_file): Set prefined macros. (main): Change -D to define arbitrary macros. -- This change allows the use of other conditionals than "gpgone" and thus make "gpgtwoone" et al. actually work. It does now also track conditionals over included files. Signed-off-by: Werner Koch <wk@gnupg.org> From GnuPG master commit a15c35f37ed2b58805adc213029998aa3e52f038
* Add a man page for hmac256.Werner Koch2011-09-151-0/+1327
We also include the man page in the manual.