| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-31 | 1 | -12/+3 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -5/+5 |
* | bugfix: make the static class buffer long enough | Ingo Schwarze | 2018-12-25 | 1 | -1/+1 |
* | In the TOC, close <a> before opening <ul>. | Ingo Schwarze | 2018-12-22 | 1 | -1/+2 |
* | 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 | -3/+9 |
* | When a subsection header contains no letters but only special | Ingo Schwarze | 2018-10-04 | 1 | -1/+3 |
* | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze | 2018-10-02 | 1 | -6/+22 |
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 1 | -1/+31 |
* | Support a second argument to -O man, | Ingo Schwarze | 2018-10-02 | 1 | -1/+1 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -7/+7 |
* | garbage collect the unused "#define INDENT" | Ingo Schwarze | 2018-07-27 | 1 | -2/+0 |
* | Delete substantial amounts of code | Ingo Schwarze | 2018-06-25 | 1 | -3/+2 |
* | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze | 2018-06-25 | 1 | -1/+1 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 1 | -21/+1 |
* | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze | 2018-06-10 | 1 | -16/+9 |
* | Ignore author-specified -width arguments for -tag and -hang lists | Ingo Schwarze | 2018-05-29 | 1 | -6/+5 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -16/+5 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze | 2018-05-21 | 1 | -1/+1 |
* | Fix a long-standing issue: | Ingo Schwarze | 2018-05-09 | 1 | -14/+10 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -53/+12 |
* | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze | 2018-05-08 | 1 | -10/+10 |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 1 | -11/+11 |
* | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze | 2018-04-13 | 1 | -12/+19 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -1/+1 |
* | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze | 2017-07-15 | 1 | -4/+4 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze | 2017-07-14 | 1 | -25/+18 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -0/+1 |
* | Fix a regression in the previous revision: | Ingo Schwarze | 2017-06-19 | 1 | -2/+6 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -9/+17 |
* | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze | 2017-05-17 | 1 | -17/+0 |
* | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze | 2017-05-12 | 1 | -4/+4 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 1 | -3/+3 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -26/+2 |
* | 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 | -0/+1 |
* | 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 | -3/+14 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -4/+7 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -8/+14 |
* | 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 | -28/+5 |
* | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze | 2017-03-14 | 1 | -1/+2 |
* | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze | 2017-03-13 | 1 | -10/+80 |
* | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze | 2017-03-13 | 1 | -42/+42 |
* | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |