aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-3111-91/+105
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-3112-53/+30
* Cleanup, no functional change:Ingo Schwarze2018-12-3031-337/+301
* add some notes about using col(1) and ul(1) to process the ascii markupIngo Schwarze2018-12-281-2/+9
* bugfix: make the static class buffer long enoughIngo Schwarze2018-12-251-2/+2
* mandoc.css lives in /usr/share/misc now; use full paths to indicate this.Ingo Schwarze2018-12-241-9/+9
* Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic insteadIngo Schwarze2018-12-231-796/+683
* Simplify and clarify instructions for .Ql, and deprecate .Li.Ingo Schwarze2018-12-231-35/+21
* Deprecate .Lp, use .Pp instead.Ingo Schwarze2018-12-231-4/+4
* In the TOC, close <a> before opening <ul>.Ingo Schwarze2018-12-221-2/+3
* 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-98/+521
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-202-8/+10
* Explain what the fields in mandoc messages mean,Ingo Schwarze2018-12-201-5/+21
* Bugfix:Ingo Schwarze2018-12-204-5/+10
* As a first step towards making roff_res() callable from mandoc_getarg(),Ingo Schwarze2018-12-182-98/+99
* The .HP macro was deprecated by groff, and that makes senseIngo Schwarze2018-12-161-12/+20
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-21/+29
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-163-3/+3
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-1623-177/+266
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1540-143/+522
* zap trailing whitespace; from jmc@Ingo Schwarze2018-12-141-3/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-1414-77/+33
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-1419-583/+441
* Fold mparse_parse_buffer() into mparse_readfd(), making the codeIngo Schwarze2018-12-141-41/+42
* Delete the function mparse_readmem() that has been unused for almost aIngo Schwarze2018-12-142-17/+2
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-1424-499/+448
* Cleanup, no functional change:Ingo Schwarze2018-12-1323-136/+168
* libmdoc.h no longer needs mdoc.hIngo Schwarze2018-12-132-15/+10
* Cleanup, no functional change:Ingo Schwarze2018-12-134-87/+52
* Cleanup, no functional change:Ingo Schwarze2018-12-134-13/+29
* Cleanup, no functional change:Ingo Schwarze2018-12-1311-94/+125
* Cleanup, no functional change:Ingo Schwarze2018-12-137-101/+120
* Cleanup, no functional change:Ingo Schwarze2018-12-1312-114/+217
* Cleanup, no functional change:Ingo Schwarze2018-12-1215-140/+194
* HTML syntax audit: render \p as <br/>, not as <div>.Ingo Schwarze2018-12-041-5/+2
* Restrict "vertical-align: middle;" to <td> descendants of class="tbl"Ingo Schwarze2018-12-041-3/+3
* Make sure all borders in a table are drawn in the same color.Ingo Schwarze2018-12-041-2/+7
* During validation, drop .br before a text line starting with aIngo Schwarze2018-12-041-1/+9
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-0416-104/+156
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-039-45/+139
* Render .br as <br/>, not as an empty <div>.Ingo Schwarze2018-12-031-6/+2
* Do not draw horizontal lines through vertical spansIngo Schwarze2018-11-291-5/+19
* Now that it is better understood how borders work,Ingo Schwarze2018-11-291-72/+106
* Better handle automatic column width assignments in the presence ofIngo Schwarze2018-11-292-49/+207
* Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,Ingo Schwarze2018-11-281-4/+4
* additional check needed after the previous (box drawing) patchIngo Schwarze2018-11-281-5/+8
* In -T utf8 output mode, render tbl(7) borders with the UnicodeIngo Schwarze2018-11-282-161/+319
* Implement tbl(7) lines in -T html output,Ingo Schwarze2018-11-262-71/+130
* When a conditional block is closed by putting "\}" on a text lineIngo Schwarze2018-11-264-11/+59