Age | Commit message (Expand) | Author |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-02-12 | In roff, a space character at the beginning of an input line requires | Ingo Schwarze |
2019-04-30 | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze |
2019-03-02 | Represent multiple subsequent .IP blocks having a consistent | Ingo Schwarze |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-02-28 | Format multiple subsequent .IP or multiple subsequent .TP/.TQ | Ingo Schwarze |
2019-01-18 | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze |
2019-01-11 | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | minor cleanup, no functional change: | Ingo Schwarze |
2019-01-05 | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze |
2018-12-31 | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-10-23 | Input lines that are not blank but generate no output, | Ingo Schwarze |
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 |