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