summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-087-64/+61
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-0722-45/+148
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-0648-75/+323
* automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze2020-04-049-4/+42
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-037-23/+37
* #include <stdint.h> because that is needed before #include <ohash.h>;Ingo Schwarze2020-04-031-0/+1
* When the last file formatted yielded no tags, the tags file gotIngo Schwarze2020-04-026-80/+65
* Copy tagged strings before marking hyphens as breakable.Ingo Schwarze2020-04-0217-25/+44
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-0122-30/+121
* 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