aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze2020-09-0110-8/+135
* more info from John Gardner about ASCII control chars in roff(7) inputIngo Schwarze2020-09-011-1/+2
* Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:Ingo Schwarze2020-08-271-4/+1
* Fix a regression caused by the insertion of two new tokens,Ingo Schwarze2020-08-271-10/+18
* Make it more explicit that the statement "-O tag does not work with less(1)"Ingo Schwarze2020-08-271-2/+9
* Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze2020-08-271-2/+4
* add a forgotten "#if HAVE_PLEDGE";Ingo Schwarze2020-08-071-1/+3
* Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze2020-08-038-65/+159
* trivial sync with OpenBSDIngo Schwarze2020-07-302-10/+10
* trivial adjustment of the desired test resultsIngo Schwarze2020-07-2128-155/+155
* adjust test framework to not require a ttyIngo Schwarze2020-07-212-17/+4
* undocumented options -O outfilename and -O tagfilenameIngo Schwarze2020-07-215-38/+96
* Switch the default pager from "more -s" to "less".Ingo Schwarze2020-07-206-28/+51
* Support the "powerpc64" architecture name.Ingo Schwarze2020-06-292-7/+8
* Briefly mention groff_mdoc(7) below SEE ALSO. While both authoritativeIngo Schwarze2020-06-251-5/+11
* more details about ASCII control charactersIngo Schwarze2020-06-241-1/+5
* Provide a real feature test for __attribute__().Ingo Schwarze2020-06-224-8/+57
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-2211-20/+40
* John Gardner: handling of ASCII control characters during inputIngo Schwarze2020-06-221-1/+15
* Manually tag the section option.Ingo Schwarze2020-06-171-2/+3
* Sync stringlist implementation with NetBSD.Ingo Schwarze2020-06-152-45/+73
* sync with OpenBSD, no functional change intendedIngo Schwarze2020-06-152-45/+44
* 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-1/+18
* Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze2020-06-151-17/+24
* 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