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