Age | Commit message (Expand) | Author |
2020-01-11 | When autogenerating one layout cell from a data cell just beyond the | Ingo Schwarze |
2020-01-11 | Fix a logic error: | Ingo Schwarze |
2020-01-11 | Print more tbl(7) details to help debugging: | Ingo Schwarze |
2020-01-10 | autocapitalize=none; also from Tim Baumgard | Ingo Schwarze |
2020-01-10 | Switch off the useless and annoying "autocomplete" feature; | Ingo Schwarze |
2020-01-08 | Skip whitespace before tokens, too. | Ingo Schwarze |
2020-01-07 | Improve the description of -m/-M/MANPATH/man.conf in multiple respects | Ingo Schwarze |
2019-12-31 | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze |
2019-12-26 | Do not fail an assertion when a high level macro occurs in the body | Ingo Schwarze |
2019-12-10 | In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros. | Anthony J. Bentley |
2019-11-10 | Add a Content-Security-Policy HTTP header that allows only CSS. | Anthony J. Bentley |
2019-11-09 | In the past, generating comment nodes stopped at the .TH or .Dd | Ingo Schwarze |
2019-10-01 | For invalid queries and for valid queries returning no result, | Ingo Schwarze |
2019-09-15 | Fix line breaking in no-fill mode (.Bd -unfilled/<pre>), | Ingo Schwarze |
2019-09-13 | Improve validation of function names: | Ingo Schwarze |
2019-09-05 | Do not clear HTML_NOSPACE in print_indent(). | Ingo Schwarze |
2019-09-03 | Wrap text and phrasing elements in paragraphs unless already | Ingo Schwarze |
2019-09-03 | Format .Nd with more logically with <span> rather than <div>; after all, | Ingo Schwarze |
2019-09-03 | oops, fix use after free in previous | Ingo Schwarze |
2019-09-03 | Make html_close_paragraph() more versatile, more robust, less | Ingo Schwarze |
2019-09-01 | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze |
2019-08-29 | In the HTML formatter, assert(3) that no HTML nesting violation occurs. | Ingo Schwarze |
2019-08-02 | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze |
2019-07-28 | Simplification, no functional change: | Ingo Schwarze |
2019-07-28 | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze |
2019-07-28 | In man(1) mode, do the search for each name independently, and | Ingo Schwarze |
2019-07-28 | Improve structure, no functional change: | Ingo Schwarze |
2019-07-27 | Move two more output state variables into the new struct outstate. | Ingo Schwarze |
2019-07-26 | Cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-23 | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze |
2019-07-22 | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze |
2019-07-19 | #define a handful of constant strings to reduce the diff to -portable; | Ingo Schwarze |
2019-07-19 | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze |
2019-07-15 | don't print the final heads-up about message | Ingo Schwarze |
2019-07-14 | If messages are shown and output is printed without a pager, display | Ingo Schwarze |
2019-07-11 | When parsing a tab character that is not preceded by a space character | Ingo Schwarze |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-07-10 | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze |
2019-07-03 | prevent mandoc from segfaulting if /tmp is not writable | Marc Espie |
2019-07-01 | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze |
2019-06-27 | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze |
2019-06-27 | Improve "man -h" output. | Ingo Schwarze |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze |
2019-06-03 | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze |
2019-06-03 | Initialize the local variable "lastln" in mparse_buf_r(). | Ingo Schwarze |
2019-06-03 | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze |
2019-06-02 | Support prefers-color-scheme: dark. | Ingo Schwarze |
2019-05-26 | use proper crossreferences | Christian Weisgerber |