Age | Commit message (Expand) | Author |
2020-03-13 | Properly reset the validation part of the tagging module between files. | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-27 | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-02-24 | Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual. | Ingo Schwarze |
2020-02-20 | bugfix: indented paragraph macros need a space character | Ingo Schwarze |
2020-02-20 | bugfix: .Tg must be ignored completely in these output modes | Ingo Schwarze |
2020-02-15 | mention that -T man does not support eqn(7) and tbl(7); | Ingo Schwarze |
2020-02-13 | Digit-width and narrow spaces are non-breaking. | Ingo Schwarze |
2020-02-12 | In roff, a space character at the beginning of an input line requires | Ingo Schwarze |
2020-02-10 | Finally delete support for the "_whatdb" configuration directive, | Ingo Schwarze |
2020-02-10 | For compatibility with the man(1) implementations of the man-1.6 | Ingo Schwarze |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-02-06 | Make sure that -l always causes -w to be ignored, as documented | Ingo Schwarze |
2020-01-26 | Repair more of the issues that i found in filescan() while investigating | Ingo Schwarze |
2020-01-26 | Fix incorrect file type tests. | Ingo Schwarze |
2020-01-25 | Minor cleanup, no functional change: | Ingo Schwarze |
2020-01-20 | Make the code more readable by introducing | Ingo Schwarze |
2020-01-19 | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze |
2020-01-19 | Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: | Ingo Schwarze |
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 |