| 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 |
* | provide a STYLE message when mandoc knows the file name and the extension |  schwarze | 2020-04-24 | 1 | -3/+8 |
* | When a .Tg is attached to a paragraph, attach the permalink |  schwarze | 2020-04-18 | 1 | -2/+2 |
* | automatically tag .SH and .SS in man(7) terminal output |  schwarze | 2020-04-04 | 1 | -2/+25 |
* | Split tagging into a validation part including prioritization |  schwarze | 2020-03-13 | 1 | -5/+103 |
* | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: |  schwarze | 2020-01-19 | 1 | -11/+6 |
* | Fix mandoc_normdate() and the way it is used. |  schwarze | 2019-06-27 | 1 | -15/+13 |
* | 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 |
* | Cleanup, no functional change: |  schwarze | 2018-12-31 | 1 | -3/+2 |
* | Use the new flag NODE_NOFILL in the validators, which is sometimes |  schwarze | 2018-12-31 | 1 | -4/+20 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) |  schwarze | 2018-12-31 | 1 | -4/+3 |
* | Cleanup, minus 15 LOC, no functional change: |  schwarze | 2018-12-31 | 1 | -3/+3 |
* | Almost mechanical diff to remove the "struct mparse *" argument |  schwarze | 2018-12-14 | 1 | -35/+27 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. |  schwarze | 2018-12-14 | 1 | -1/+2 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all |  schwarze | 2018-12-04 | 1 | -40/+49 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) |  schwarze | 2018-12-03 | 1 | -5/+32 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, |  schwarze | 2018-08-18 | 1 | -1/+3 |
* | implement the GNU man-ext .TQ macro in man(7), |  schwarze | 2018-08-16 | 1 | -1/+2 |
* | Do not calculate a pointer to a memory location before the beginning of |  schwarze | 2018-08-16 | 1 | -4/+3 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) |  schwarze | 2018-04-11 | 1 | -4/+4 |
* | Fix a typo that caused a non-constant string |  schwarze | 2017-07-26 | 1 | -3/+2 |
* | Add support for the MT and ME mailto macros, used for example in wg(8). |  bentley | 2017-06-25 | 1 | -2/+4 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add |  schwarze | 2017-06-24 | 1 | -8/+12 |
* | style message about missing RCS ids; inspired by mdoclint |  schwarze | 2017-06-17 | 1 | -1/+9 |
* | if .in is used inside the .TP head, it's always relative |  schwarze | 2017-06-17 | 1 | -3/+20 |
* | Style message about legacy man(7) date format in mdoc(7) documents |  schwarze | 2017-06-11 | 1 | -4/+3 |
* | Move .sp to the roff modules. Enough infrastructure is in place |  schwarze | 2017-05-05 | 1 | -2/+5 |
* | move .ll to the roff modules |  schwarze | 2017-05-05 | 1 | -2/+1 |
* | Move handling of the roff(7) .ft request from the man(7) |  schwarze | 2017-05-05 | 1 | -45/+3 |
* | Parser reorg: |  schwarze | 2017-05-04 | 1 | -2/+12 |
* | Continue parser unification: |  schwarze | 2017-04-24 | 1 | -13/+13 |
* | Delete the redundant "nchild" member of struct roff_node, replacing |  schwarze | 2016-01-08 | 1 | -11/+11 |
* | move man(7) validation into the dedicated validation phase, too |  schwarze | 2015-10-22 | 1 | -33/+18 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments |  schwarze | 2015-10-12 | 1 | -9/+1 |
* | Decouple the token code for "no request or macro" from the individual |  schwarze | 2015-04-19 | 1 | -2/+2 |
* | Unify node handling functions: |  schwarze | 2015-04-19 | 1 | -5/+6 |
* | Replace the structs mdoc and man by a unified struct roff_man. |  schwarze | 2015-04-18 | 1 | -3/+3 |
* | Third step towards parser unification: |  schwarze | 2015-04-02 | 1 | -14/+14 |
* | Second step towards parser unification: |  schwarze | 2015-04-02 | 1 | -5/+5 |
* | First step towards parser unification: |  schwarze | 2015-04-02 | 1 | -20/+23 |
* | better error reporting regarding .OP .RS .UR .TH arguments |  schwarze | 2015-02-06 | 1 | -22/+23 |
* | better diagnostics about excess arguments to .PD .ft .sp |  schwarze | 2015-02-06 | 1 | -11/+2 |
* | better error reporting for .br .fi .nf with arguments |  schwarze | 2015-02-06 | 1 | -11/+3 |
* | Delete the legacy generic warning type MANDOCERR_ARGCWARN, |  schwarze | 2015-02-06 | 1 | -4/+4 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+1 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line |  schwarze | 2014-12-28 | 1 | -1/+3 |
* | Simplify by making many functions in the man(7) parser void, |  schwarze | 2014-11-28 | 1 | -65/+50 |
* | Bring the handling of defective prologues even closer to groff, |  schwarze | 2014-08-08 | 1 | -9/+12 |
* | Simplify man(7) validation: |  schwarze | 2014-08-08 | 1 | -121/+70 |