aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Tedu support for the -xsh4.2 argument to the mdoc(7) .St macrooriginIngo Schwarze2022-01-132-8/+4
* Only sort the result array if it contains more than one element,Ingo Schwarze2022-01-131-2/+2
* More accurately represent cells containing horizontal lines in -T treeIngo Schwarze2022-01-121-5/+9
* According to the tbl(7) manual, if a data cell contains only theIngo Schwarze2022-01-121-2/+4
* In one of the examples, the tbl(7) source code displayedIngo Schwarze2022-01-121-3/+3
* column width specifications in tbl(7) HTML outputIngo Schwarze2022-01-121-1/+5
* When rendering the \h (horizontal motion) low-level roff(7) escapeIngo Schwarze2022-01-101-6/+8
* merge OpenBSD commit by jmc@:Ingo Schwarze2021-12-061-3/+3
* Make sure that the configuration file is always read, even whenIngo Schwarze2021-11-051-49/+38
* Commit and commit message by deraadt@:Ingo Schwarze2021-11-052-5/+8
* simplify a few accesses to fields of structs, using auxiliary pointerIngo Schwarze2021-10-171-6/+4
* Simplify the code building lists of spans, no output change intended.Ingo Schwarze2021-10-171-7/+8
* better error message if mandocd is not foundIngo Schwarze2021-10-151-2/+2
* Clean up memory handling in spawn_pager(), free(3)ing everythingIngo Schwarze2021-10-041-15/+13
* In man(1) mode, properly clean up the resn[] result arrayIngo Schwarze2021-10-041-1/+8
* Provide a cleanup function for the term_tab module, freeing memoryIngo Schwarze2021-10-043-10/+22
* store the operating system name obtained from uname(3) in the adequateIngo Schwarze2021-10-043-9/+10
* Do not leak 64 bytes of heap memory every time a manual page callsIngo Schwarze2021-10-041-3/+1
* tagging issues from weerd@ regarding hyphensIngo Schwarze2021-10-011-1/+12
* Revert part of the previous diff to fix a regression (another endless loop)Ingo Schwarze2021-09-281-4/+18
* two typos; patch from Raf Czlonka <rczlonka at gmail dot com>Ingo Schwarze2021-09-281-4/+4
* Sevan Janiyan resigned from the NetBSD project and pkgsrc in 2020.Ingo Schwarze2021-09-251-2/+2
* release 1.14.6VERSION_1_14_6Ingo Schwarze2021-09-231-2/+2
* credits for release testingIngo Schwarze2021-09-231-10/+17
* handle man3c/fopen.3c in main.c/fs_*()Ingo Schwarze2021-09-211-1/+6
* POSIX make(1) does not support prerequisites on suffix rules.Ingo Schwarze2021-09-211-3/+3
* more details about Mac OS X; information from Sevan JaniyanIngo Schwarze2021-09-202-7/+14
* make the path to ar(1) configurable, needed by NixOS;Ingo Schwarze2021-09-203-5/+12
* Create the link from ./man to ./mandoc in the "all" target rather thanIngo Schwarze2021-09-201-3/+3
* isspace(3) requires an unsigned argument;Ingo Schwarze2021-09-191-4/+4
* 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-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