| Commit message (Expand) | Author | Age | Files | Lines |
* | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze | 2020-10-16 | 1 | -8/+6 |
* | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze | 2020-04-04 | 1 | -1/+0 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -9/+7 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 1 | -5/+7 |
* | In roff, a space character at the beginning of an input line requires | Ingo Schwarze | 2020-02-12 | 1 | -2/+2 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 1 | -2/+2 |
* | Represent multiple subsequent .IP blocks having a consistent | Ingo Schwarze | 2019-03-02 | 1 | -15/+67 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 1 | -6/+13 |
* | Format multiple subsequent .IP or multiple subsequent .TP/.TQ | Ingo Schwarze | 2019-02-28 | 1 | -2/+28 |
* | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze | 2019-01-18 | 1 | -7/+9 |
* | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze | 2019-01-11 | 1 | -1/+1 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 1 | -5/+5 |
* | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze | 2019-01-07 | 1 | -10/+11 |
* | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze | 2019-01-06 | 1 | -69/+54 |
* | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze | 2019-01-05 | 1 | -2/+2 |
* | minor cleanup, no functional change: | Ingo Schwarze | 2019-01-05 | 1 | -23/+15 |
* | Now that the NODE_NOFILL flag in the syntax tree is accurate, | Ingo Schwarze | 2019-01-05 | 1 | -116/+17 |
* | Move parsing of the .nf and .fi (fill mode) requests from the man(7) | Ingo Schwarze | 2018-12-31 | 1 | -18/+16 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -5/+5 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -0/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+0 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -6/+11 |
* | Input lines that are not blank but generate no output, | Ingo Schwarze | 2018-10-23 | 1 | -2/+5 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7), | Ingo Schwarze | 2018-08-18 | 1 | -0/+24 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -5/+5 |
* | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze | 2018-08-16 | 1 | -12/+13 |
* | garbage collect the unused "#define INDENT" | Ingo Schwarze | 2018-07-27 | 1 | -2/+0 |
* | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze | 2018-06-25 | 1 | -20/+2 |
* | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze | 2018-06-25 | 1 | -15/+4 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -4/+2 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -2/+2 |
* | 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 |