summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct and shorten the description of the sort order of apropos(1)Ingo Schwarze2018-11-221-18/+2
* In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze2018-11-223-9/+2
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-227-12/+60
* Improve POSIX compliance by making case-insensitive extendedIngo Schwarze2018-11-192-13/+31
* Correctly construct empty lists in dbm_page_get().Ingo Schwarze2018-11-191-3/+3
* in -man -Thtml, vertical spacing is required before .IPIngo Schwarze2018-10-251-0/+6
* Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze2018-10-257-1/+21
* The ctags(1) file format uses whitespace as a field delimiter, andIngo Schwarze2018-10-231-9/+26
* Input lines that are not blank but generate no output,Ingo Schwarze2018-10-231-2/+5
* Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze2018-10-191-46/+40
* update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze2018-10-041-18/+17
* Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze2018-10-041-95/+101
* When a subsection header contains no letters but only specialIngo Schwarze2018-10-041-1/+3
* add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze2018-10-021-6/+22
* enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze2018-10-021-1/+2
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-028-10/+47
* Support a second argument to -O man,Ingo Schwarze2018-10-025-11/+26
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-024-9/+6
* Add missing URI encoding when writing HTTP redirects,Ingo Schwarze2018-10-011-4/+32
* feature suggestions from EuroBSDCon 2018Ingo Schwarze2018-09-231-0/+14
* Reduce excessive right padding in tagged list heads.Ingo Schwarze2018-08-271-1/+1
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-264-56/+61
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-2512-6/+160
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-253-20/+59
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-2424-204/+479
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-239-136/+78
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-2321-195/+449
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-212-4/+23
* Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze2018-08-2118-96/+92
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-2110-13/+18
* \f[] means \fP, not \fRIngo Schwarze2018-08-201-4/+7