| Commit message (Expand) | Author | Age | Files | Lines |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 1 | -2/+2 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -13/+20 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -0/+2 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -1/+10 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -0/+1 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -5/+1 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 1 | -1/+2 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -21/+1 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -17/+7 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+12 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -2/+3 |
* | Fix regression in mdoc_html.c 1.275, man_html 1.134: | Ingo Schwarze | 2017-03-17 | 1 | -2/+4 |
* | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | 2017-03-15 | 1 | -5/+17 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -1/+0 |
* | Rework fill mode handling for -man -Thtml. | Ingo Schwarze | 2017-01-30 | 1 | -68/+133 |
* | eliminate one useless struct and one level of indirection; | Ingo Schwarze | 2017-01-29 | 1 | -2/+2 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 1 | -57/+46 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -3/+3 |
* | Standardize class attributes for semantic macros. | Ingo Schwarze | 2017-01-20 | 1 | -2/+2 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 1 | -12/+8 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -9/+7 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -2/+0 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -1/+0 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -5/+4 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -91/+46 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -3/+3 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -2/+2 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -30/+30 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -13/+7 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -1/+1 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -3/+3 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -8/+8 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -26/+27 |
* | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze | 2015-03-03 | 1 | -0/+2 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 1 | -1/+1 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 1 | -4/+5 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -1/+1 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 1 | -1/+1 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -10/+3 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+1 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+1 |
* | Remove <p> in favour of <div class="spacer">. | Kristaps Dzonsons | 2014-09-27 | 1 | -5/+6 |
* | Remove last hard-coded width attribute. | Kristaps Dzonsons | 2014-09-27 | 1 | -7/+0 |
* | HTML5-isation: remove more alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -24/+23 |
* | Continue in HTML5-ing by kicking out some hard-coded alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -4/+2 |
* | Kick out "summary" attribute, which isn't HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -6/+4 |