summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze2020-03-281-12/+9
* test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze2020-03-215-5/+41
* When setting automatic tags, skip initial hyphens and minus signs,Ingo Schwarze2020-03-211-2/+18
* The tag file always needs to be closed before starting the pager,Ingo Schwarze2020-03-191-1/+2
* Make the "make depend" maintainer target more convenientIngo Schwarze2020-03-132-6/+20
* Properly reset the validation part of the tagging module between files.Ingo Schwarze2020-03-132-0/+5
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-13121-909/+2339
* The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze2020-02-272-3/+3
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-2710-18/+141
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-2764-311/+1156
* Fix this test after the recent Unicode update in OpenBSD base.Ingo Schwarze2020-02-271-1/+1
* Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.Ingo Schwarze2020-02-241-3/+25
* bugfix: indented paragraph macros need a space characterIngo Schwarze2020-02-201-3/+3
* bugfix: .Tg must be ignored completely in these output modesIngo Schwarze2020-02-202-2/+2
* Mention that .AT, .P, .SB, and .UC are extensions; it really mattersIngo Schwarze2020-02-181-3/+14
* mention that -T man does not support eqn(7) and tbl(7);Ingo Schwarze2020-02-151-1/+6
* two new entries: "Fl Fl" to "Fl \-" in validation and eqn/tbl in -T manIngo Schwarze2020-02-151-0/+8
* Mention that the .Dd "date" argument is the date of the last change.Ingo Schwarze2020-02-131-15/+2
* Digit-width and narrow spaces are non-breaking.Ingo Schwarze2020-02-132-8/+9
* In roff, a space character at the beginning of an input line requiresIngo Schwarze2020-02-121-2/+2
* Finally delete support for the "_whatdb" configuration directive,Ingo Schwarze2020-02-102-14/+1
* Reduce the diff to OpenBSD by making FILES a list,Ingo Schwarze2020-02-101-1/+3
* The man(1) command was already available in AT&T Version 2 UNIX.Ingo Schwarze2020-02-101-1/+1
* For compatibility with the man(1) implementations of the man-1.6Ingo Schwarze2020-02-102-3/+18
* Make sure that -l always causes -w to be ignored, as documentedIngo Schwarze2020-02-061-2/+13
* No longer try to ask make(1) what the default compiler is, just use "cc".Ingo Schwarze2020-02-052-16/+9
* Repair more of the issues that i found in filescan() while investigatingIngo Schwarze2020-01-261-35/+85
* Fix incorrect file type tests.Ingo Schwarze2020-01-261-2/+2
* Minor cleanup, no functional change:Ingo Schwarze2020-01-251-54/+59
* Make the code more readable by introducingIngo Schwarze2020-01-206-25/+42
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-1915-12/+125
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-1928-75/+96
* delete the entry for a crash that was already fixedIngo Schwarze2020-01-191-8/+0
* test tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:Ingo Schwarze2020-01-116-11/+39
* When autogenerating one layout cell from a data cell just beyond theIngo Schwarze2020-01-111-0/+2
* Fix a logic error:Ingo Schwarze2020-01-111-13/+12
* Print more tbl(7) details to help debugging:Ingo Schwarze2020-01-111-11/+94
* autocapitalize=none; also from Tim BaumgardIngo Schwarze2020-01-101-1/+2
* Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze2020-01-101-1/+1
* Document the "delim" syntax and its usage.Ingo Schwarze2020-01-101-22/+29
* Skip whitespace before tokens, too.Ingo Schwarze2020-01-085-5/+33
* Improve the test case by changing the eqn(7) delimiters such that itIngo Schwarze2020-01-082-7/+7
* Enable generation of the desired delim/basic output with groff(1).Ingo Schwarze2020-01-081-1/+3
* Simplify maintainer targets in OpenBSD: EQN and TBL variablesIngo Schwarze2020-01-085-29/+8
* Improve the description of -m/-M/MANPATH/man.conf in multiple respectsIngo Schwarze2020-01-071-33/+46
* When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze2019-12-314-7/+114
* Do not fail an assertion when a high level macro occurs in the bodyIngo Schwarze2019-12-261-1/+13
* distinction between .Vt and .VaIngo Schwarze2019-12-251-0/+5
* two new entries: make .Sh/.Ss parsed in mdoc(7)Ingo Schwarze2019-12-221-0/+8
* In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros.Ingo Schwarze2019-12-111-3/+7