Age | Commit message (Expand) | Author |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2022-06-08 | When looking for the next block to tag, we aren't interested in children | Ingo Schwarze |
2021-10-04 | store the operating system name obtained from uname(3) in the adequate | Ingo Schwarze |
2021-07-18 | Support auto-tagging for ".It Va". | Ingo Schwarze |
2020-10-30 | Promote section headers that can can be used unmodified as fragment | Ingo Schwarze |
2020-04-26 | While we do not recommend the idiom ".Fl Fl long" for long options | 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-08 | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze |
2020-04-06 | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze |
2020-04-02 | Copy tagged strings before marking hyphens as breakable. | Ingo Schwarze |
2020-04-01 | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-01-19 | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
2019-09-13 | Improve validation of function names: | 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 |
2019-03-04 | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze |
2019-03-04 | Fix the last straggler where the struct roff_node "line" member | Ingo Schwarze |
2018-12-31 | Use the new flag NODE_NOFILL in the validators, which is sometimes | Ingo Schwarze |
2018-12-31 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-31 | Cleanup, minus 15 LOC, no functional change: | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | 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-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2018-08-01 | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze |
2018-08-01 | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2018-04-05 | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq | Ingo Schwarze |
2018-03-16 | Ouch, fix previous: In the edge case of a single-character string | Ingo Schwarze |
2018-03-16 | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2017-09-12 | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze |
2017-08-02 | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-15 | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze |
2017-07-03 | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze |
2017-07-02 | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-25 | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze |