Age | Commit message (Expand) | Author |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-07-27 | garbage collect the unused "#define INDENT" | Ingo Schwarze |
2018-06-25 | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze |
2018-06-25 | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-04-24 | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze |
2018-04-13 | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-05-09 | Trailing \c suppresses the output line break even if | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-05 | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze |
2017-05-04 | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-03-17 | Fix regression in mdoc_html.c 1.150, man_html 1.87: | Ingo Schwarze |
2017-03-15 | Minimal support for deep linking into man(7) pages. | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
2017-01-21 | clean up the remaining class attributes | Ingo Schwarze |
2017-01-20 | Standardize class attributes for semantic macros. | Ingo Schwarze |
2017-01-19 | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze |
2017-01-19 | Start cleanup: trim useless HTML comments and <div> elements | Ingo Schwarze |
2017-01-19 | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze |
2017-01-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze |
2017-01-17 | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze |
2017-01-17 | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze |
2017-01-10 | unify names of AST node flags; no change of cpp output | Ingo Schwarze |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-03-03 | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-01-30 | Have pity on the poor stack. | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |