aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze2022-04-264-5/+5
* At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze2022-04-266-6/+66
* If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze2022-04-267-8/+68
* When we open a new .while loop, let's not attempt to close outIngo Schwarze2022-04-241-3/+5
* If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze2022-04-247-15/+36
* If the last data row of a tbl(7) contains nothing but a horizontal line,Ingo Schwarze2022-04-231-3/+5
* support for hunting memory leaks;Ingo Schwarze2022-04-1419-75/+857
* some HTML/CSS issues from John GardnerIngo Schwarze2022-04-141-2/+13
* prefer https links in man pagesIngo Schwarze2022-04-141-4/+4
* To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze2022-04-135-20/+95
* Do not die on an assertion if an input file contains no sectionIngo Schwarze2022-04-134-6/+9
* Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze2022-04-135-8/+56
* When calculating the with of spanned columns, which for example mattersIngo Schwarze2022-04-081-3/+6
* new TODO entry: handle Unicode letters in tagsIngo Schwarze2022-03-271-1/+6
* The demandoc(1) program neither reads nor writes any databases, soIngo Schwarze2022-03-201-3/+2
* Avoid legacy CSS2 syntax for the "display" property and use the CSS3Ingo Schwarze2022-03-171-4/+4
* Just say that the databases are intended for use by apropos(1), whatis(1),Ingo Schwarze2022-03-161-5/+3
* In the first example, use "mandoc -a" directly rather "mandoc -l".Ingo Schwarze2022-02-081-1/+1
* remove "please" from manual page;Ingo Schwarze2022-02-081-2/+2
* 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