aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* When the last file formatted yielded no tags, the tags file gotIngo Schwarze2020-04-026-85/+70
* Copy tagged strings before marking hyphens as breakable.Ingo Schwarze2020-04-0217-29/+48
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-0122-33/+124
* Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze2020-03-281-13/+10
* test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze2020-03-215-6/+42
* When setting automatic tags, skip initial hyphens and minus signs,Ingo Schwarze2020-03-211-3/+19
* The tag file always needs to be closed before starting the pager,Ingo Schwarze2020-03-191-2/+3
* Make the "make depend" maintainer target more convenientIngo Schwarze2020-03-132-8/+22
* Properly reset the validation part of the tagging module between files.Ingo Schwarze2020-03-132-2/+7
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-13121-917/+2347
* The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze2020-02-272-5/+5
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-2710-23/+146
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-2764-322/+1167
* 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-4/+26
* bugfix: indented paragraph macros need a space characterIngo Schwarze2020-02-201-4/+4
* bugfix: .Tg must be ignored completely in these output modesIngo Schwarze2020-02-202-4/+4
* Mention that .AT, .P, .SB, and .UC are extensions; it really mattersIngo Schwarze2020-02-181-5/+16
* mention that -T man does not support eqn(7) and tbl(7);Ingo Schwarze2020-02-151-3/+8
* two new entries: "Fl Fl" to "Fl \-" in validation and eqn/tbl in -T manIngo Schwarze2020-02-151-1/+9
* Mention that the .Dd "date" argument is the date of the last change.Ingo Schwarze2020-02-131-17/+4
* Digit-width and narrow spaces are non-breaking.Ingo Schwarze2020-02-132-11/+12
* In roff, a space character at the beginning of an input line requiresIngo Schwarze2020-02-121-3/+3
* Finally delete support for the "_whatdb" configuration directive,Ingo Schwarze2020-02-102-16/+3
* Reduce the diff to OpenBSD by making FILES a list,Ingo Schwarze2020-02-101-3/+5
* The man(1) command was already available in AT&T Version 2 UNIX.Ingo Schwarze2020-02-101-2/+2
* For compatibility with the man(1) implementations of the man-1.6Ingo Schwarze2020-02-102-6/+21
* Make sure that -l always causes -w to be ignored, as documentedIngo Schwarze2020-02-061-3/+14
* No longer try to ask make(1) what the default compiler is, just use "cc".Ingo Schwarze2020-02-052-18/+11
* Repair more of the issues that i found in filescan() while investigatingIngo Schwarze2020-01-261-36/+86
* Fix incorrect file type tests.Ingo Schwarze2020-01-261-3/+3
* Minor cleanup, no functional change:Ingo Schwarze2020-01-251-55/+60
* Make the code more readable by introducingIngo Schwarze2020-01-206-32/+49
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-1915-28/+141
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-1928-85/+106
* delete the entry for a crash that was already fixedIngo Schwarze2020-01-191-9/+1
* 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-1/+3
* Fix a logic error:Ingo Schwarze2020-01-111-14/+13
* Print more tbl(7) details to help debugging:Ingo Schwarze2020-01-111-12/+95
* autocapitalize=none; also from Tim BaumgardIngo Schwarze2020-01-101-2/+3
* Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze2020-01-101-2/+2
* Document the "delim" syntax and its usage.Ingo Schwarze2020-01-101-24/+31
* Skip whitespace before tokens, too.Ingo Schwarze2020-01-085-6/+34
* Improve the test case by changing the eqn(7) delimiters such that itIngo Schwarze2020-01-082-8/+8
* 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-30/+9
* Improve the description of -m/-M/MANPATH/man.conf in multiple respectsIngo Schwarze2020-01-071-35/+48