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