summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Briefly mention groff_mdoc(7) below SEE ALSO. While both authoritativeIngo Schwarze2020-06-251-3/+9
* more details about ASCII control charactersIngo Schwarze2020-06-241-0/+4
* Provide a real feature test for __attribute__().Ingo Schwarze2020-06-224-5/+54
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-2211-19/+39
* John Gardner: handling of ASCII control characters during inputIngo Schwarze2020-06-221-0/+14
* Manually tag the section option.Ingo Schwarze2020-06-171-0/+1
* Sync stringlist implementation with NetBSD.Ingo Schwarze2020-06-152-45/+73
* sync with OpenBSD, no functional change intendedIngo Schwarze2020-06-152-43/+42
* update millert@'s email addressIngo Schwarze2020-06-151-3/+4
* document -T html -O tag as implemented in main.c rev. 1.350Ingo Schwarze2020-06-151-0/+17
* Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze2020-06-151-16/+23
* add missing compat_stringlist.o to ALL_COBJS, useful for make cleanIngo Schwarze2020-06-151-0/+1
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-1520-244/+105
* Make the ./configure script simpler, more robust, and 23 lines shorter:Ingo Schwarze2020-06-143-95/+69
* merge rev. 1.58 from OpenBSD (deraadt@):Ingo Schwarze2020-06-141-5/+6
* Give the fts_compar struct member a real prototype.Ingo Schwarze2020-06-142-2/+6
* Fix a regression in rev. 1.319 (2019/03/03):Ingo Schwarze2020-06-141-1/+1
* While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze2020-04-268-9/+93
* Resurrect the documentation of the print_otag() 's' attribute specifier,Ingo Schwarze2020-04-241-0/+17
* provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze2020-04-247-11/+47
* In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze2020-04-206-10/+11
* When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze2020-04-1923-69/+150
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze2020-04-193-50/+62
* Major update:Ingo Schwarze2020-04-181-30/+135
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-1819-34/+105
* 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