| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 27 | -78/+29 |
* | Wrap text and phrasing elements in paragraphs unless already | Ingo Schwarze | 2019-09-03 | 1 | -1/+24 |
* | Format .Nd with more logically with <span> rather than <div>; after all, | Ingo Schwarze | 2019-09-03 | 1 | -3/+1 |
* | Make html_close_paragraph() more versatile, more robust, less | Ingo Schwarze | 2019-09-03 | 1 | -13/+10 |
* | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze | 2019-09-01 | 3 | -3/+1 |
* | In the HTML formatter, assert(3) that no HTML nesting violation occurs. | Ingo Schwarze | 2019-08-29 | 2 | -38/+50 |
* | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze | 2019-08-02 | 1 | -11/+6 |
* | Simplification, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -36/+29 |
* | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze | 2019-07-28 | 1 | -16/+0 |
* | In man(1) mode, do the search for each name independently, and | Ingo Schwarze | 2019-07-28 | 1 | -81/+79 |
* | Improve structure, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -80/+90 |
* | Move two more output state variables into the new struct outstate. | Ingo Schwarze | 2019-07-27 | 3 | -29/+26 |
* | Cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -59/+61 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -37/+43 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -54/+60 |
* | tagging support for .TP and .TQ; try e.g. man -O tag=commit cvs | Ingo Schwarze | 2019-07-23 | 1 | -0/+12 |
* | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze | 2019-07-22 | 3 | -4/+67 |
* | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze | 2019-07-19 | 2 | -3/+12 |
* | new test for an empty text block; from rea@ via bapt@ (FreeBSD) | Ingo Schwarze | 2019-07-18 | 3 | -2/+44 |
* | don't print the final heads-up about messages | Ingo Schwarze | 2019-07-15 | 1 | -1/+2 |
* | explain escaping of end-of-sentence characters; | Ingo Schwarze | 2019-07-15 | 2 | -0/+13 |
* | If messages are shown and output is printed without a pager, display | Ingo Schwarze | 2019-07-14 | 3 | -1/+13 |
* | When parsing a tab character that is not preceded by a space character | Ingo Schwarze | 2019-07-11 | 5 | -6/+8 |
* | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze | 2019-07-10 | 8 | -241/+338 |
* | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze | 2019-07-10 | 1 | -1/+0 |
* | The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX | Ingo Schwarze | 2019-07-09 | 1 | -4/+8 |
* | prevent mandoc from segfaulting if /tmp is not writable; | Ingo Schwarze | 2019-07-06 | 1 | -2/+4 |
* | use the standard spelling of the word "idiosyncrasy"; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 10 | -12/+12 |
* | Fix mandoc_normdate() and the way it is used. | Ingo Schwarze | 2019-06-27 | 3 | -32/+23 |
* | Improve "man -h" output. | Ingo Schwarze | 2019-06-27 | 2 | -20/+29 |
* | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze | 2019-06-11 | 5 | -6/+112 |
* | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze | 2019-06-03 | 1 | -0/+2 |
* | Initialize the local variable "lastln" in mparse_buf_r(). | Ingo Schwarze | 2019-06-03 | 1 | -1/+1 |
* | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze | 2019-06-03 | 1 | -0/+1 |
* | Support prefers-color-scheme: dark. | Ingo Schwarze | 2019-06-02 | 1 | -7/+20 |
* | use proper crossreference; patch from naddy@ | Ingo Schwarze | 2019-05-26 | 1 | -1/+2 |
* | Do not print the style message "missing date" when the date is given | Ingo Schwarze | 2019-05-21 | 1 | -2/+2 |
* | socppc makes an extended visit to the bigbucket; | Ingo Schwarze | 2019-05-21 | 1 | -1/+1 |
* | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze | 2019-05-03 | 2 | -7/+3 |
* | when processing unknown output options, prevent passing NULL to printf; | Ingo Schwarze | 2019-05-03 | 1 | -2/+3 |
* | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze | 2019-05-03 | 1 | -6/+11 |
* | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze | 2019-05-03 | 2 | -12/+11 |
* | In man(1) mode with a specific section requested, | Ingo Schwarze | 2019-05-03 | 2 | -17/+16 |
* | In man(1) mode, when the first argument starts with a digit, | Ingo Schwarze | 2019-05-03 | 1 | -1/+1 |
* | In man(1) mode, i.e. when asking for a single manual page by name, | Ingo Schwarze | 2019-04-30 | 4 | -8/+9 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 5 | -67/+35 |
* | improve the description of the message "blank line in fill mode"; | Ingo Schwarze | 2019-04-30 | 1 | -1/+4 |
* | clarify the difference between .Cm and .Ic; | Ingo Schwarze | 2019-04-24 | 1 | -8/+10 |
* | clarify how .%P is conventionally used; | Ingo Schwarze | 2019-04-23 | 1 | -1/+8 |