Age | Commit message (Expand) | Author |
2018-12-24 | install /usr/share/misc/mandoc.css | Ingo Schwarze |
2018-12-22 | In the TOC, close <a> before opening <ul>. | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-20 | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze |
2018-12-20 | Explain what the fields in mandoc messages mean, | Ingo Schwarze |
2018-12-20 | Bugfix: | Ingo Schwarze |
2018-12-18 | As a first step towards making roff_res() callable from mandoc_getarg(), | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Fold mparse_parse_buffer() into mparse_readfd(), making the code | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | libmdoc.h no longer needs mdoc.h | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-04 | HTML syntax audit: render \p as <br/>, not as <div>. | Ingo Schwarze |
2018-12-04 | Restrict "vertical-align: middle;" to <td> descendants of class="tbl" | Ingo Schwarze |
2018-12-04 | Make sure all borders in a table are drawn in the same color. | Ingo Schwarze |
2018-12-04 | During validation, drop .br before a text line starting with a | Ingo Schwarze |
2018-12-04 | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze |
2018-12-03 | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze |
2018-12-03 | Render .br as <br/>, not as an empty <div>. | Ingo Schwarze |
2018-11-29 | Do not draw horizontal lines through vertical spans | Ingo Schwarze |
2018-11-29 | Now that it is better understood how borders work, | Ingo Schwarze |
2018-11-29 | Better handle automatic column width assignments in the presence of | Ingo Schwarze |
2018-11-28 | Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, | Ingo Schwarze |
2018-11-28 | additional check needed after the previous (box drawing) patch | Ingo Schwarze |
2018-11-28 | In -T utf8 output mode, render tbl(7) borders with the Unicode | Ingo Schwarze |
2018-11-26 | Implement tbl(7) lines in -T html output, | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-11-26 | Place mandoc.css into the public domain. | Ingo Schwarze |
2018-11-26 | Simplify writing of tbl(7) cells by using the new feature of passing | Ingo Schwarze |
2018-11-26 | Support more than one style attribute one the same HTML element. | Ingo Schwarze |
2018-11-25 | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-11-24 | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze |
2018-11-23 | When a font escape appears in the middle of a string, | Ingo Schwarze |
2018-11-22 | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-11-19 | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze |
2018-11-04 | lstmatch() expects a list of strings separated by \0 and terminated | Alexander Bluhm |
2018-10-25 | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze |
2018-10-23 | The ctags(1) file format uses whitespace as a field delimiter, and | Ingo Schwarze |