| Commit message (Expand) | Author | Age | Files | Lines |
* | Promote section headers that can can be used unmodified as fragment |  schwarze | 2020-10-30 | 1 | -2/+2 |
* | While we do not recommend the idiom ".Fl Fl long" for long options |  schwarze | 2020-04-26 | 1 | -2/+26 |
* | provide a STYLE message when mandoc knows the file name and the extension |  schwarze | 2020-04-24 | 1 | -2/+8 |
* | When a .Tg is attached to a paragraph, attach the permalink |  schwarze | 2020-04-18 | 1 | -2/+2 |
* | Use a separate node->tag attribute rather than abusing the node->string |  schwarze | 2020-04-08 | 1 | -3/+3 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. |  schwarze | 2020-04-06 | 1 | -7/+41 |
* | Copy tagged strings before marking hyphens as breakable. |  schwarze | 2020-04-02 | 1 | -4/+8 |
* | Just like we are already doing it in HTML output, automatically tag |  schwarze | 2020-04-01 | 1 | -24/+38 |
* | Split tagging into a validation part including prioritization |  schwarze | 2020-03-13 | 1 | -74/+126 |
* | Fully support explicit tagging of .Sh and .Ss. |  schwarze | 2020-02-27 | 1 | -6/+45 |
* | Introduce the concept of nodes that are semantically transparent: |  schwarze | 2020-02-27 | 1 | -86/+70 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place |  schwarze | 2020-01-19 | 1 | -2/+39 |
* | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: |  schwarze | 2020-01-19 | 1 | -8/+7 |
* | Improve validation of function names: |  schwarze | 2019-09-13 | 1 | -6/+12 |
* | Fix mandoc_normdate() and the way it is used. |  schwarze | 2019-06-27 | 1 | -16/+4 |
* | Contrary to what the NetBSD attribute(3) manual page suggests, |  schwarze | 2019-03-13 | 1 | -3/+3 |
* | mark check_abort() and post_abort() as __dead; |  schwarze | 2019-03-11 | 1 | -3/+3 |
* | When the -S option is given to man(1) and the requested manual page |  schwarze | 2019-03-04 | 1 | -40/+14 |
* | Fix the last straggler where the struct roff_node "line" member |  schwarze | 2019-03-04 | 1 | -2/+2 |
* | Use the new flag NODE_NOFILL in the validators, which is sometimes |  schwarze | 2018-12-31 | 1 | -5/+3 |
* | Cleanup, no functional change: |  schwarze | 2018-12-31 | 1 | -3/+3 |
* | Cleanup, minus 15 LOC, no functional change: |  schwarze | 2018-12-31 | 1 | -3/+3 |
* | Cleanup, no functional change: |  schwarze | 2018-12-30 | 1 | -3/+3 |
* | Almost mechanical diff to remove the "struct mparse *" argument |  schwarze | 2018-12-14 | 1 | -224/+159 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all |  schwarze | 2018-12-04 | 1 | -41/+14 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) |  schwarze | 2018-12-03 | 1 | -15/+43 |
* | Remove more pointer arithmetic passing via regions outside the array |  schwarze | 2018-08-17 | 1 | -2/+2 |
* | Do not calculate a pointer to a memory location before the beginning of |  schwarze | 2018-08-16 | 1 | -4/+3 |
* | Fix an off-by-one string read access that could happen if an empty |  schwarze | 2018-08-01 | 1 | -3/+2 |
* | Avoid a read access one byte beyond the end of an allocated string |  schwarze | 2018-08-01 | 1 | -2/+2 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) |  schwarze | 2018-04-11 | 1 | -3/+6 |
* | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq |  schwarze | 2018-04-05 | 1 | -3/+3 |
* | Ouch, fix previous: In the edge case of a single-character string |  schwarze | 2018-03-16 | 1 | -2/+3 |
* | Style message about bad input encoding of em-dashes as -- instead of \(em. |  schwarze | 2018-03-16 | 1 | -9/+66 |
* | Delete the "no blank before trailing delimiter" check from the |  schwarze | 2018-02-06 | 1 | -10/+9 |
* | Do not segfault when there are two .Dt macros, the first without |  schwarze | 2017-09-12 | 1 | -2/+5 |
* | No longer use names that only occur in the SYNOPSIS section as names |  schwarze | 2017-08-02 | 1 | -6/+3 |
* | Fix an out of bounds read access to a constant array that caused |  schwarze | 2017-07-31 | 1 | -2/+2 |
* | correctly handle letters in .Nx arguments; improves for example |  schwarze | 2017-07-20 | 1 | -1/+16 |
* | If -column, -diag, -inset, -item, or -ohang lists have a -width, |  schwarze | 2017-07-15 | 1 | -5/+6 |
* | report trailing delimiters after macros where they are usually a mistake; |  schwarze | 2017-07-03 | 1 | -49/+95 |
* | add warning "cross reference to self"; inspired by mdoclint |  schwarze | 2017-07-02 | 1 | -3/+13 |
* | Basic reporting of .Xrs to manual pages that don't exist |  schwarze | 2017-07-01 | 1 | -2/+6 |
* | warn about some non-portable idioms in .Bl -column; |  schwarze | 2017-06-29 | 1 | -5/+20 |
* | warn about .Ns macros that have no effect because they are followed |  schwarze | 2017-06-27 | 1 | -3/+6 |
* | Catch typos in .Sh names; suggested by jmc@. |  schwarze | 2017-06-25 | 1 | -2/+63 |
* | operating system dependent message about unknown architecture; |  schwarze | 2017-06-24 | 1 | -1/+40 |
* | in the base system, suggest leaving .Os blank; inspired by mdoclint |  schwarze | 2017-06-24 | 1 | -1/+8 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add |  schwarze | 2017-06-24 | 1 | -15/+21 |
* | style message about missing RCS ids; inspired by mdoclint |  schwarze | 2017-06-17 | 1 | -2/+5 |