Age | Commit message (Expand) | Author |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-04-28 | Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes | Ingo Schwarze |
2022-08-02 | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2020-10-30 | Promote section headers that can can be used unmodified as fragment | Ingo Schwarze |
2020-04-24 | provide a STYLE message when mandoc knows the file name and the extension | Ingo Schwarze |
2020-04-18 | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze |
2020-04-04 | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2019-06-27 | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze |
2019-03-13 | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze |
2019-03-11 | mark check_abort() and post_abort() as __dead; | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2017-07-26 | Fix a typo that caused a non-constant string | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-17 | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze |
2017-06-17 | if .in is used inside the .TP head, it's always relative | Ingo Schwarze |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |