| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the "delim" syntax and its usage. | Ingo Schwarze | 2020-01-10 | 1 | -22/+29 |
* | Skip whitespace before tokens, too. | Ingo Schwarze | 2020-01-08 | 5 | -5/+33 |
* | Improve the test case by changing the eqn(7) delimiters such that it | Ingo Schwarze | 2020-01-08 | 2 | -7/+7 |
* | Enable generation of the desired delim/basic output with groff(1). | Ingo Schwarze | 2020-01-08 | 1 | -1/+3 |
* | Simplify maintainer targets in OpenBSD: EQN and TBL variables | Ingo Schwarze | 2020-01-08 | 5 | -29/+8 |
* | Improve the description of -m/-M/MANPATH/man.conf in multiple respects | Ingo Schwarze | 2020-01-07 | 1 | -33/+46 |
* | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze | 2019-12-31 | 4 | -7/+114 |
* | Do not fail an assertion when a high level macro occurs in the body | Ingo Schwarze | 2019-12-26 | 1 | -1/+13 |
* | distinction between .Vt and .Va | Ingo Schwarze | 2019-12-25 | 1 | -0/+5 |
* | two new entries: make .Sh/.Ss parsed in mdoc(7) | Ingo Schwarze | 2019-12-22 | 1 | -0/+8 |
* | In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros. | Ingo Schwarze | 2019-12-11 | 1 | -3/+7 |
* | Add a Content-Security-Policy HTTP header that allows only CSS. | Ingo Schwarze | 2019-11-10 | 1 | -0/+2 |
* | want to get rid of the last style= attributes, suggested by bentley@ | Ingo Schwarze | 2019-11-10 | 1 | -0/+5 |
* | .ce .if .B crash reported by espie@, and one other bug | Ingo Schwarze | 2019-11-09 | 1 | -0/+13 |
* | In the past, generating comment nodes stopped at the .TH or .Dd | Ingo Schwarze | 2019-11-09 | 2 | -3/+8 |
* | draft 1.14.6 release notes | Ingo Schwarze | 2019-10-13 | 1 | -0/+82 |
* | For invalid queries and for valid queries returning no result, | Ingo Schwarze | 2019-10-01 | 1 | -7/+10 |
* | Fix line breaking in no-fill mode (.Bd -unfilled/<pre>), | Ingo Schwarze | 2019-09-15 | 1 | -20/+26 |
* | Improve validation of function names: | Ingo Schwarze | 2019-09-13 | 5 | -8/+74 |
* | adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.261 | Ingo Schwarze | 2019-09-05 | 2 | -18/+6 |
* | Do not clear HTML_NOSPACE in print_indent(). | Ingo Schwarze | 2019-09-05 | 1 | -7/+4 |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 27 | -78/+29 |
* | Wrap text and phrasing elements in paragraphs unless already | Ingo Schwarze | 2019-09-03 | 1 | -1/+24 |
* | Format .Nd with more logically with <span> rather than <div>; after all, | Ingo Schwarze | 2019-09-03 | 1 | -3/+1 |
* | Make html_close_paragraph() more versatile, more robust, less | Ingo Schwarze | 2019-09-03 | 1 | -13/+10 |
* | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze | 2019-09-01 | 3 | -3/+1 |
* | In the HTML formatter, assert(3) that no HTML nesting violation occurs. | Ingo Schwarze | 2019-08-29 | 2 | -38/+50 |
* | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze | 2019-08-02 | 1 | -11/+6 |
* | Simplification, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -36/+29 |
* | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze | 2019-07-28 | 1 | -16/+0 |
* | In man(1) mode, do the search for each name independently, and | Ingo Schwarze | 2019-07-28 | 1 | -81/+79 |
* | Improve structure, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -80/+90 |
* | Move two more output state variables into the new struct outstate. | Ingo Schwarze | 2019-07-27 | 3 | -29/+26 |
* | Cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -59/+61 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -37/+43 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -54/+60 |
* | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze | 2019-07-23 | 1 | -0/+12 |
* | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze | 2019-07-22 | 3 | -4/+67 |
* | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze | 2019-07-19 | 2 | -3/+12 |
* | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze | 2019-07-18 | 3 | -2/+44 |
* | don't print the final heads-up about messages | Ingo Schwarze | 2019-07-15 | 1 | -1/+2 |
* | explain escaping of end-of-sentence characters; | Ingo Schwarze | 2019-07-15 | 2 | -0/+13 |
* | If messages are shown and output is printed without a pager, display | Ingo Schwarze | 2019-07-14 | 3 | -1/+13 |
* | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | 2019-07-11 | 5 | -6/+8 |
* | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze | 2019-07-10 | 8 | -241/+338 |
* | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze | 2019-07-10 | 1 | -1/+0 |
* | The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX | Ingo Schwarze | 2019-07-09 | 1 | -4/+8 |
* | prevent mandoc from segfaulting if /tmp is not writable; | Ingo Schwarze | 2019-07-06 | 1 | -2/+4 |
* | use the standard spelling of the word "idiosyncrasy"; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 10 | -12/+12 |