Age | Commit message (Expand) | Author |
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 |
2019-05-21 | Do not print the style message "missing date" when the date is given | Ingo Schwarze |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-03 | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze |
2019-05-03 | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze |
2019-05-03 | When processing unknown output options, prevent passing NULL to printf. | anton |
2019-05-03 | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze |
2019-05-03 | In man(1) mode with a specific section requested, | Ingo Schwarze |
2019-05-03 | In man(1) mode, when the first argument starts with a digit, | Ingo Schwarze |
2019-04-30 | In man(1) mode, i.e. when asking for a single manual page by name, | Ingo Schwarze |
2019-04-30 | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze |