summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert part of the previous diff to fix a regression (another endless loop)Ingo Schwarze2021-09-281-3/+17
* two typos; patch from Raf Czlonka <rczlonka at gmail dot com>Ingo Schwarze2021-09-281-2/+2
* Sevan Janiyan resigned from the NetBSD project and pkgsrc in 2020.Ingo Schwarze2021-09-251-1/+1
* release 1.14.6VERSION.1.14.6Ingo Schwarze2021-09-231-1/+1
* credits for release testingIngo Schwarze2021-09-231-9/+16
* handle man3c/fopen.3c in main.c/fs_*()Ingo Schwarze2021-09-211-0/+5
* POSIX make(1) does not support prerequisites on suffix rules.Ingo Schwarze2021-09-211-2/+2
* more details about Mac OS X; information from Sevan JaniyanIngo Schwarze2021-09-202-5/+12
* make the path to ar(1) configurable, needed by NixOS;Ingo Schwarze2021-09-203-2/+9
* Create the link from ./man to ./mandoc in the "all" target rather thanIngo Schwarze2021-09-201-2/+2
* isspace(3) requires an unsigned argument;Ingo Schwarze2021-09-191-3/+3
* clarify the meaning of a complicated mixed signed/unsigned expression;Ingo Schwarze2021-09-191-1/+1
* do not ship with an old OpenBSD version numberIngo Schwarze2021-09-191-1/+1
* some more portability improvementsIngo Schwarze2021-09-191-1/+2
* Test availability of mkstemps(3) and provide a fallback implementationIngo Schwarze2021-09-195-2/+88
* Two minor improvements:Ingo Schwarze2021-09-191-6/+4
* do not use the echo(1) -n option, it is not portable;Ingo Schwarze2021-09-191-2/+2
* do not use the sed(1) -i option, it is not portable;Ingo Schwarze2021-09-191-5/+6
* bump VERSIONIngo Schwarze2021-09-191-1/+1
* tiny updateIngo Schwarze2021-09-191-1/+1
* update some Copyright yearsIngo Schwarze2021-09-191-2/+2
* 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-1/+1
* replace "Ar arg Ar arg" with "Ar arg arg"; patch from jmc@Ingo Schwarze2021-09-181-1/+1
* document mandoc_recallocarray(3);Ingo Schwarze2021-09-171-9/+28
* updateIngo Schwarze2021-09-171-36/+145
* Quirk-compatibility with GNU tbl(1):Ingo Schwarze2021-09-101-8/+11
* add two newly reported bugs,Ingo Schwarze2021-09-101-10/+12
* In a tbl(7) having the "nospaces" option, skip space charactersIngo Schwarze2021-09-101-0/+3
* In HTML output, in cells with an "n" (number) layout, pad numbersIngo Schwarze2021-09-091-0/+24
* If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze2021-09-093-1/+8
* Fix an infinite loop that could occur during some cases of horizontallyIngo Schwarze2021-09-071-33/+9
* Correctly calculate required column widths for tables containingIngo Schwarze2021-09-073-6/+24
* we already parse the GNU tbl(7) "nospaces" option,Ingo Schwarze2021-09-072-9/+18
* do not crash when a tbl(7) cell uses roman fontIngo Schwarze2021-09-071-0/+2
* TODO: let makewhatis(8) follow symbolic links to dirsIngo Schwarze2021-09-061-0/+5
* during prioritization for man(1), correctly extract the section nameIngo Schwarze2021-09-041-6/+11
* mdoc(7): improve output of .At 32vIngo Schwarze2021-09-041-1/+1
* In the fallback code to look for manual pages without using mandoc.db(5),Ingo Schwarze2021-09-041-21/+65
* do not crash when a manpath directory contains a symbolic linkIngo Schwarze2021-08-191-0/+2
* fix the section number in the <title> element for preformatted pages;Ingo Schwarze2021-08-191-8/+24
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-144-0/+13
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-1027-84/+174
* Rename the compile-time configuration variable $HOMEBREWDIR toIngo Schwarze2021-08-073-12/+49
* .OP is not a GNU extension but first appeared in the Documenter's Workbench,Ingo Schwarze2021-08-051-2/+2
* manually tag the macro names that have false positivesIngo Schwarze2021-07-291-0/+71
* Improve the description of .Fl in multiple respects and in paricularIngo Schwarze2021-07-291-11/+17
* Support auto-tagging for ".It Va".Ingo Schwarze2021-07-181-1/+1
* s/The arguments are as follows:/The options are as follows:/Ingo Schwarze2021-07-041-1/+1
* The mandoc(1) manual already mentions that -T man output modeIngo Schwarze2021-07-045-12/+53