summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-1/+2
* merge a test update from OpenBSD that was forgotten in AprilIngo Schwarze2018-12-212-1/+11
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-2135-92/+515
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-202-6/+8
* Explain what the fields in mandoc messages mean,Ingo Schwarze2018-12-201-3/+19
* Bugfix:Ingo Schwarze2018-12-204-4/+9
* As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze2018-12-182-96/+97
* The .HP macro was deprecated by groff, and that makes senseIngo Schwarze2018-12-161-10/+18
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-20/+28
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-163-3/+3
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-1623-163/+252
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1540-128/+507
* zap trailing whitespace; from jmc@Ingo Schwarze2018-12-141-1/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-1414-63/+19
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-1419-566/+424
* Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze2018-12-141-40/+41
* Delete the function mparse_readmem() that has been unused for almost aIngo Schwarze2018-12-142-15/+0
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-1424-477/+426
* Cleanup, no functional change:Ingo Schwarze2018-12-1323-116/+148
* libmdoc.h no longer needs mdoc.hIngo Schwarze2018-12-132-14/+9
* Cleanup, no functional change:Ingo Schwarze2018-12-134-85/+50
* Cleanup, no functional change:Ingo Schwarze2018-12-134-10/+26
* Cleanup, no functional change:Ingo Schwarze2018-12-1311-86/+117
* Cleanup, no functional change:Ingo Schwarze2018-12-137-98/+117
* Cleanup, no functional change:Ingo Schwarze2018-12-1312-103/+206
* Cleanup, no functional change:Ingo Schwarze2018-12-1215-125/+179
* HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze2018-12-041-4/+1
* Restrict "vertical-align: middle;" to <td> descendants of class="tbl"Ingo Schwarze2018-12-041-2/+2
* Make sure all borders in a table are drawn in the same color.Ingo Schwarze2018-12-041-1/+6
* During validation, drop .br before a text line starting with aIngo Schwarze2018-12-041-0/+8
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-0416-97/+149
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-039-38/+132
* Render .br as <br/>, not as an empty <div>.Ingo Schwarze2018-12-031-5/+1
* Do not draw horizontal lines through vertical spansIngo Schwarze2018-11-291-4/+18
* Now that it is better understood how borders work,Ingo Schwarze2018-11-291-71/+105
* Better handle automatic column width assignments in the presence ofIngo Schwarze2018-11-292-47/+205
* Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,Ingo Schwarze2018-11-281-3/+3
* additional check needed after the previous (box drawing) patchIngo Schwarze2018-11-281-4/+7
* In -T utf8 output mode, render tbl(7) borders with the UnicodeIngo Schwarze2018-11-282-159/+317
* Implement tbl(7) lines in -T html output,Ingo Schwarze2018-11-262-69/+128
* When a conditional block is closed by putting "\}" on a text lineIngo Schwarze2018-11-264-10/+58
* Mark Harris pointed out that people might have doubts whether all filesIngo Schwarze2018-11-261-4/+4
* Place mandoc.css into the public domain.Ingo Schwarze2018-11-261-0/+5
* Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze2018-11-261-16/+4
* Support more than one style attribute one the same HTML element.Ingo Schwarze2018-11-262-15/+32
* Let cells containing nothing but \^ extend the cell above.Ingo Schwarze2018-11-254-25/+39
* In tbl(7) -T html output,Ingo Schwarze2018-11-257-73/+140
* HTML formatting of .IPIngo Schwarze2018-11-251-0/+6
* Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze2018-11-243-10/+36
* When a font escape appears in the middle of a string,Ingo Schwarze2018-11-231-1/+4