| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze | 2020-08-03 | 8 | -64/+158 |
* | trivial sync with OpenBSD | Ingo Schwarze | 2020-07-30 | 2 | -10/+10 |
* | trivial adjustment of the desired test results | Ingo Schwarze | 2020-07-21 | 28 | -155/+155 |
* | adjust test framework to not require a tty | Ingo Schwarze | 2020-07-21 | 2 | -16/+3 |
* | undocumented options -O outfilename and -O tagfilename | Ingo Schwarze | 2020-07-21 | 5 | -34/+92 |
* | Switch the default pager from "more -s" to "less". | Ingo Schwarze | 2020-07-20 | 6 | -20/+43 |
* | Support the "powerpc64" architecture name. | Ingo Schwarze | 2020-06-29 | 2 | -6/+7 |
* | Briefly mention groff_mdoc(7) below SEE ALSO. While both authoritative | Ingo Schwarze | 2020-06-25 | 1 | -3/+9 |
* | more details about ASCII control characters | Ingo Schwarze | 2020-06-24 | 1 | -0/+4 |
* | Provide a real feature test for __attribute__(). | Ingo Schwarze | 2020-06-22 | 4 | -5/+54 |
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 11 | -19/+39 |
* | John Gardner: handling of ASCII control characters during input | Ingo Schwarze | 2020-06-22 | 1 | -0/+14 |
* | Manually tag the section option. | Ingo Schwarze | 2020-06-17 | 1 | -0/+1 |
* | Sync stringlist implementation with NetBSD. | Ingo Schwarze | 2020-06-15 | 2 | -45/+73 |
* | sync with OpenBSD, no functional change intended | Ingo Schwarze | 2020-06-15 | 2 | -43/+42 |
* | update millert@'s email address | Ingo Schwarze | 2020-06-15 | 1 | -3/+4 |
* | document -T html -O tag as implemented in main.c rev. 1.350 | Ingo Schwarze | 2020-06-15 | 1 | -0/+17 |
* | Support -T html -O tag by passing a file:// URI to the pager. | Ingo Schwarze | 2020-06-15 | 1 | -16/+23 |
* | add missing compat_stringlist.o to ALL_COBJS, useful for make clean | Ingo Schwarze | 2020-06-15 | 1 | -0/+1 |
* | Only compile compat_*.c implementations that are actually needed. | Ingo Schwarze | 2020-06-15 | 20 | -244/+105 |
* | Make the ./configure script simpler, more robust, and 23 lines shorter: | Ingo Schwarze | 2020-06-14 | 3 | -95/+69 |
* | merge rev. 1.58 from OpenBSD (deraadt@): | Ingo Schwarze | 2020-06-14 | 1 | -5/+6 |
* | Give the fts_compar struct member a real prototype. | Ingo Schwarze | 2020-06-14 | 2 | -2/+6 |
* | Fix a regression in rev. 1.319 (2019/03/03): | Ingo Schwarze | 2020-06-14 | 1 | -1/+1 |
* | While we do not recommend the idiom ".Fl Fl long" for long options | Ingo Schwarze | 2020-04-26 | 8 | -9/+93 |
* | Resurrect the documentation of the print_otag() 's' attribute specifier, | Ingo Schwarze | 2020-04-24 | 1 | -0/+17 |
* | provide a STYLE message when mandoc knows the file name and the extension | Ingo Schwarze | 2020-04-24 | 7 | -11/+47 |
* | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze | 2020-04-20 | 6 | -10/+11 |
* | When .Bd, .D1, or .Dl is tagged, attach the permalink | Ingo Schwarze | 2020-04-19 | 23 | -69/+150 |
* | Correctly handle non-unique tags even when NODE_ID and NODE_HREF fall | Ingo Schwarze | 2020-04-19 | 3 | -50/+62 |
* | Major update: | Ingo Schwarze | 2020-04-18 | 1 | -30/+135 |
* | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 19 | -34/+105 |
* | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze | 2020-04-08 | 7 | -64/+61 |
* | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 22 | -45/+148 |
* | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze | 2020-04-06 | 48 | -75/+323 |
* | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze | 2020-04-04 | 9 | -4/+42 |
* | Remove some stray argument names from function prototypes, | Ingo Schwarze | 2020-04-03 | 7 | -23/+37 |
* | #include <stdint.h> because that is needed before #include <ohash.h>; | Ingo Schwarze | 2020-04-03 | 1 | -0/+1 |
* | When the last file formatted yielded no tags, the tags file got | Ingo Schwarze | 2020-04-02 | 6 | -80/+65 |
* | Copy tagged strings before marking hyphens as breakable. | Ingo Schwarze | 2020-04-02 | 17 | -25/+44 |
* | Just like we are already doing it in HTML output, automatically tag | Ingo Schwarze | 2020-04-01 | 22 | -30/+121 |
* | Even though the HTML, man, markdown, PDF, PostScript, and tree formatters | Ingo Schwarze | 2020-03-28 | 1 | -12/+9 |
* | test skipping of initial hyphens and minus signs in automatic tags; | Ingo Schwarze | 2020-03-21 | 5 | -5/+41 |
* | When setting automatic tags, skip initial hyphens and minus signs, | Ingo Schwarze | 2020-03-21 | 1 | -2/+18 |
* | The tag file always needs to be closed before starting the pager, | Ingo Schwarze | 2020-03-19 | 1 | -1/+2 |
* | Make the "make depend" maintainer target more convenient | Ingo Schwarze | 2020-03-13 | 2 | -6/+20 |
* | Properly reset the validation part of the tagging module between files. | Ingo Schwarze | 2020-03-13 | 2 | -0/+5 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 121 | -909/+2339 |
* | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze | 2020-02-27 | 2 | -3/+3 |
* | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze | 2020-02-27 | 10 | -18/+141 |