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