| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 23 | -116/+148 |
* | libmdoc.h no longer needs mdoc.h | Ingo Schwarze | 2018-12-13 | 2 | -14/+9 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 4 | -85/+50 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 4 | -10/+26 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 11 | -86/+117 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 7 | -98/+117 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 12 | -103/+206 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 15 | -125/+179 |
* | HTML syntax audit: render \p as <br/>, not as <div>. | Ingo Schwarze | 2018-12-04 | 1 | -4/+1 |
* | Restrict "vertical-align: middle;" to <td> descendants of class="tbl" | Ingo Schwarze | 2018-12-04 | 1 | -2/+2 |
* | Make sure all borders in a table are drawn in the same color. | Ingo Schwarze | 2018-12-04 | 1 | -1/+6 |
* | During validation, drop .br before a text line starting with a | Ingo Schwarze | 2018-12-04 | 1 | -0/+8 |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 16 | -97/+149 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 9 | -38/+132 |
* | Render .br as <br/>, not as an empty <div>. | Ingo Schwarze | 2018-12-03 | 1 | -5/+1 |
* | Do not draw horizontal lines through vertical spans | Ingo Schwarze | 2018-11-29 | 1 | -4/+18 |
* | Now that it is better understood how borders work, | Ingo Schwarze | 2018-11-29 | 1 | -71/+105 |
* | Better handle automatic column width assignments in the presence of | Ingo Schwarze | 2018-11-29 | 2 | -47/+205 |
* | Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, | Ingo Schwarze | 2018-11-28 | 1 | -3/+3 |
* | additional check needed after the previous (box drawing) patch | Ingo Schwarze | 2018-11-28 | 1 | -4/+7 |
* | In -T utf8 output mode, render tbl(7) borders with the Unicode | Ingo Schwarze | 2018-11-28 | 2 | -159/+317 |
* | Implement tbl(7) lines in -T html output, | Ingo Schwarze | 2018-11-26 | 2 | -69/+128 |
* | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze | 2018-11-26 | 4 | -10/+58 |
* | Mark Harris pointed out that people might have doubts whether all files | Ingo Schwarze | 2018-11-26 | 1 | -4/+4 |
* | Place mandoc.css into the public domain. | Ingo Schwarze | 2018-11-26 | 1 | -0/+5 |
* | Simplify writing of tbl(7) cells by using the new feature of passing | Ingo Schwarze | 2018-11-26 | 1 | -16/+4 |
* | Support more than one style attribute one the same HTML element. | Ingo Schwarze | 2018-11-26 | 2 | -15/+32 |
* | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze | 2018-11-25 | 4 | -25/+39 |
* | In tbl(7) -T html output, | Ingo Schwarze | 2018-11-25 | 7 | -73/+140 |
* | HTML formatting of .IP | Ingo Schwarze | 2018-11-25 | 1 | -0/+6 |
* | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze | 2018-11-24 | 3 | -10/+36 |
* | When a font escape appears in the middle of a string, | Ingo Schwarze | 2018-11-23 | 1 | -1/+4 |
* | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze | 2018-11-22 | 1 | -18/+2 |
* | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze | 2018-11-22 | 3 | -9/+2 |
* | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze | 2018-11-22 | 7 | -12/+60 |
* | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze | 2018-11-19 | 2 | -13/+31 |
* | Correctly construct empty lists in dbm_page_get(). | Ingo Schwarze | 2018-11-19 | 1 | -3/+3 |
* | in -man -Thtml, vertical spacing is required before .IP | Ingo Schwarze | 2018-10-25 | 1 | -0/+6 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 7 | -1/+21 |
* | The ctags(1) file format uses whitespace as a field delimiter, and | Ingo Schwarze | 2018-10-23 | 1 | -9/+26 |
* | Input lines that are not blank but generate no output, | Ingo Schwarze | 2018-10-23 | 1 | -2/+5 |
* | Rewrite parse_path_info() to be four lines shorter, simplify ownership | Ingo Schwarze | 2018-10-19 | 1 | -46/+40 |
* | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze | 2018-10-04 | 1 | -18/+17 |
* | Stop abusing subsections to represent the list of escape sequences; | Ingo Schwarze | 2018-10-04 | 1 | -95/+101 |
* | 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 |
* | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze | 2018-10-02 | 1 | -1/+2 |
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 8 | -10/+47 |
* | Support a second argument to -O man, | Ingo Schwarze | 2018-10-02 | 5 | -11/+26 |
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 4 | -9/+6 |