aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* add missing compat_stringlist.o to ALL_COBJS, useful for make cleanIngo Schwarze2020-06-151-1/+2
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-1520-252/+113
* Make the ./configure script simpler, more robust, and 23 lines shorter:Ingo Schwarze2020-06-143-98/+72
* merge rev. 1.58 from OpenBSD (deraadt@):Ingo Schwarze2020-06-141-6/+7
* Give the fts_compar struct member a real prototype.Ingo Schwarze2020-06-142-3/+7
* Fix a regression in rev. 1.319 (2019/03/03):Ingo Schwarze2020-06-141-2/+2
* While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze2020-04-268-11/+95
* Resurrect the documentation of the print_otag() 's' attribute specifier,Ingo Schwarze2020-04-241-2/+19
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-247-16/+52
* In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze2020-04-206-11/+12
* When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze2020-04-1923-73/+154
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze2020-04-193-54/+66
* Major update:Ingo Schwarze2020-04-181-32/+137
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-1819-44/+115
* Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze2020-04-087-71/+68
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-0722-51/+154
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-0648-85/+333
* automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze2020-04-049-6/+44
* 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