aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* do not ship with an old OpenBSD version numberIngo Schwarze2021-09-191-2/+2
* some more portability improvementsIngo Schwarze2021-09-191-2/+3
* Test availability of mkstemps(3) and provide a fallback implementationIngo Schwarze2021-09-195-4/+90
* Two minor improvements:Ingo Schwarze2021-09-191-7/+5
* do not use the echo(1) -n option, it is not portable;Ingo Schwarze2021-09-191-3/+3
* do not use the sed(1) -i option, it is not portable;Ingo Schwarze2021-09-191-6/+7
* bump VERSIONIngo Schwarze2021-09-191-2/+2
* tiny updateIngo Schwarze2021-09-191-2/+2
* update some Copyright yearsIngo Schwarze2021-09-191-3/+3
* update Makefile.dependIngo Schwarze2021-09-181-1/+1
* correct whitespace in the title of the Lesk paper to match the original;Ingo Schwarze2021-09-181-3/+3
* replace "Ar arg Ar arg" with "Ar arg arg"; patch from jmc@Ingo Schwarze2021-09-181-3/+3
* document mandoc_recallocarray(3);Ingo Schwarze2021-09-171-11/+30
* updateIngo Schwarze2021-09-171-37/+146
* Quirk-compatibility with GNU tbl(1):Ingo Schwarze2021-09-101-9/+12
* add two newly reported bugs,Ingo Schwarze2021-09-101-11/+13
* In a tbl(7) having the "nospaces" option, skip space charactersIngo Schwarze2021-09-101-1/+4
* In HTML output, in cells with an "n" (number) layout, pad numbersIngo Schwarze2021-09-091-1/+25
* If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze2021-09-093-4/+11
* Fix an infinite loop that could occur during some cases of horizontallyIngo Schwarze2021-09-071-34/+10
* Correctly calculate required column widths for tables containingIngo Schwarze2021-09-073-7/+25
* we already parse the GNU tbl(7) "nospaces" option,Ingo Schwarze2021-09-072-12/+21
* do not crash when a tbl(7) cell uses roman fontIngo Schwarze2021-09-071-1/+3
* TODO: let makewhatis(8) follow symbolic links to dirsIngo Schwarze2021-09-061-1/+6
* during prioritization for man(1), correctly extract the section nameIngo Schwarze2021-09-041-7/+12
* mdoc(7): improve output of .At 32vIngo Schwarze2021-09-041-2/+2
* In the fallback code to look for manual pages without using mandoc.db(5),Ingo Schwarze2021-09-041-22/+66
* do not crash when a manpath directory contains a symbolic linkIngo Schwarze2021-08-191-1/+3
* fix the section number in the <title> element for preformatted pages;Ingo Schwarze2021-08-191-9/+25
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-144-3/+16
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-1027-102/+192
* Rename the compile-time configuration variable $HOMEBREWDIR toIngo Schwarze2021-08-073-15/+52
* .OP is not a GNU extension but first appeared in the Documenter's Workbench,Ingo Schwarze2021-08-051-4/+4
* manually tag the macro names that have false positivesmasterIngo Schwarze2021-07-291-1/+72
* Improve the description of .Fl in multiple respects and in paricularIngo Schwarze2021-07-291-13/+19
* Support auto-tagging for ".It Va".Ingo Schwarze2021-07-181-2/+2
* s/The arguments are as follows:/The options are as follows:/Ingo Schwarze2021-07-041-3/+3
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-045-16/+57
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-28216-864/+22
* In terminal output of man(7) documents, stop printing two extra blankIngo Schwarze2021-06-282-12/+4
* add a style message about overlong text lines,Ingo Schwarze2021-06-276-8/+24
* new TODO entry: HTML formatting of .nfIngo Schwarze2021-06-271-1/+6
* three new TODO itemsIngo Schwarze2021-06-261-1/+20
* In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze2021-06-024-33/+57
* tbl(7) layout "n" specifier for HTML outputIngo Schwarze2021-06-021-1/+7
* In revision 1.157 of cgi.c, a meta viewport element was added toIngo Schwarze2021-06-021-1/+3
* test private use areas some more as they have proven fragileIngo Schwarze2021-06-028-38/+74
* Cleanup:Ingo Schwarze2021-06-024-53/+57
* The wcwidth(3) of Plane 15 and Plane 16 Private Use CharactersIngo Schwarze2021-06-022-4/+4
* When looking for column separators on tbl(7) data lines, properly skipIngo Schwarze2021-05-181-4/+8