aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mark Harris pointed out that people might have doubts whether all filesIngo Schwarze2018-11-261-5/+5
* Place mandoc.css into the public domain.Ingo Schwarze2018-11-261-1/+6
* Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze2018-11-261-17/+5
* Support more than one style attribute one the same HTML element.Ingo Schwarze2018-11-262-18/+35
* Let cells containing nothing but \^ extend the cell above.Ingo Schwarze2018-11-254-30/+44
* In tbl(7) -T html output,Ingo Schwarze2018-11-257-80/+147
* HTML formatting of .IPIngo Schwarze2018-11-251-1/+7
* Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze2018-11-243-13/+39
* When a font escape appears in the middle of a string,Ingo Schwarze2018-11-231-2/+5
* Correct and shorten the description of the sort order of apropos(1)Ingo Schwarze2018-11-221-20/+4
* In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze2018-11-223-12/+5
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-227-21/+69
* Improve POSIX compliance by making case-insensitive extendedIngo Schwarze2018-11-192-16/+34
* Correctly construct empty lists in dbm_page_get().Ingo Schwarze2018-11-191-4/+4
* in -man -Thtml, vertical spacing is required before .IPIngo Schwarze2018-10-251-1/+7
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-257-8/+28
* The ctags(1) file format uses whitespace as a field delimiter, andIngo Schwarze2018-10-231-10/+27
* Input lines that are not blank but generate no output,Ingo Schwarze2018-10-231-3/+6
* Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze2018-10-191-47/+41
* update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze2018-10-041-19/+18
* Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze2018-10-041-97/+103
* When a subsection header contains no letters but only specialIngo Schwarze2018-10-041-2/+4
* add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze2018-10-021-7/+23