aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze2018-10-021-2/+3
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-028-19/+56
* Support a second argument to -O man,Ingo Schwarze2018-10-025-17/+32
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-024-11/+8
* Add missing URI encoding when writing HTTP redirects,Ingo Schwarze2018-10-011-5/+33
* feature suggestions from EuroBSDCon 2018Ingo Schwarze2018-09-231-1/+15
* Reduce excessive right padding in tagged list heads.Ingo Schwarze2018-08-271-2/+2
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-264-60/+65
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-2512-13/+167
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-253-21/+60
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-2424-214/+489
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-239-146/+88
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-2321-205/+459
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-212-7/+26
* Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze2018-08-2118-98/+94
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-2110-16/+21
* \f[] means \fP, not \fRIngo Schwarze2018-08-201-5/+8
* Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze2018-08-201-8/+35
* Disable one test for now that is broken after the addition of \).Ingo Schwarze2018-08-192-4/+3
* Add the \) special character, a variant of \& so arcane that iIngo Schwarze2018-08-191-1/+2
* Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze2018-08-192-60/+103
* do not print horizontal lines inside vertical spansIngo Schwarze2018-08-191-7/+21
* Mostly complete implementation of the 'c' (character available)Ingo Schwarze2018-08-193-18/+64
* Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze2018-08-181-2/+3
* support the highly surprising escape sequence \# (line continuationIngo Schwarze2018-08-182-4/+17