aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-271-3/+1
* Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze2018-06-251-21/+3
* For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze2018-06-251-16/+5
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-251-5/+3
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-081-3/+3
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-241-3/+3
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-131-14/+21
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-1/+3
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-2/+11
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-6/+2
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-2/+3
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-22/+2
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-2/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-18/+8
* Parser reorg:Ingo Schwarze2017-05-041-2/+13
* Continue parser unification:Ingo Schwarze2017-04-241-3/+4
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-171-3/+5
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-151-6/+18
* Improve <table> syntax:Ingo Schwarze2017-02-051-2/+1
* Rework fill mode handling for -man -Thtml.Ingo Schwarze2017-01-301-69/+134
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-291-3/+3
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-261-58/+47
* clean up the remaining class attributesIngo Schwarze2017-01-211-4/+4
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-201-3/+3
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-191-13/+9
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-10/+8
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-191-3/+1
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-181-2/+1
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-171-6/+5
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-171-92/+47
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-4/+4
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-3/+3
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-31/+31
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-14/+8
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-4/+4
* Second step towards parser unification:Ingo Schwarze2015-04-021-9/+9
* First step towards parser unification:Ingo Schwarze2015-04-021-27/+28
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-031-1/+3
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-2/+2
* Have pity on the poor stack.Ingo Schwarze2015-01-301-5/+6
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-2/+1
* some scaling unit fixes:Ingo Schwarze2014-12-231-2/+2
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-041-2/+2
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-11/+4
* header cleanup:Ingo Schwarze2014-12-011-3/+2
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-2/+2