Age | Commit message (Expand) | Author |
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 |
2019-04-30 | improve the description of the message "blank line in fill mode"; | Ingo Schwarze |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-03-29 | Set the maximum column index in a tbl(7) to the maximum *right* edge | Ingo Schwarze |
2019-03-19 | When the last line of the input is empty and the previous line reduced | Ingo Schwarze |
2019-03-18 | fix a NULL pointer access on empty tbl(7) data cells | Ingo Schwarze |
2019-03-17 | The header file "html.h" uses enum roff_tok, | Ingo Schwarze |
2019-03-16 | When drawing a horizontal line in tbl(7) UTF-8 output, it is not | Ingo Schwarze |
2019-03-13 | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze |
2019-03-11 | mark check_abort() and post_abort() as __dead; | Ingo Schwarze |
2019-03-09 | Mention mandoc.db(5), makewhatis(8), and weekly(8). | Ingo Schwarze |
2019-03-06 | drop redundant '0' flag from "%02.2X" format string; | Ingo Schwarze |
2019-03-06 | man.cgi also needs to link arch.o; forgotten in rev. 1.116 | Ingo Schwarze |
2019-03-04 | For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h> | Ingo Schwarze |
2019-03-04 | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze |
2019-03-04 | Fix the last straggler where the struct roff_node "line" member | Ingo Schwarze |
2019-03-03 | Reset HTML formatter state, in particular the id_unique hash, | Ingo Schwarze |
2019-03-02 | Represent multiple subsequent .IP blocks having a consistent | Ingo Schwarze |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-02-28 | Format multiple subsequent .IP or multiple subsequent .TP/.TQ | Ingo Schwarze |
2019-02-24 | Remove -S from install commands | kn |
2019-02-23 | Explain the ASCII rendering of single quotes because that repeatedly | Ingo Schwarze |
2019-02-09 | The horizontal line in a data cell containing only "_" or "=" | Ingo Schwarze |
2019-02-09 | ignore empty request lines in the table data reader; | Ingo Schwarze |
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze |
2019-02-06 | adjust style and comments in roff_getname(); no functional change | Ingo Schwarze |
2019-01-31 | Relax overzealous PATH_INFO validation. | Ingo Schwarze |
2019-01-31 | Fix tbl(7) centering in mdoc(7) documents. | Ingo Schwarze |
2019-01-18 | The .UR and .MT blocks in man(7) are represented by <a> elements | Ingo Schwarze |
2019-01-15 | In PostScript and PDF output, one AFM unit is not nearly enough | Ingo Schwarze |
2019-01-11 | Improve error reporting when a file given on the command line | Ingo Schwarze |
2019-01-11 | do not access a NULL pointer when formatting a completely empty document | Ingo Schwarze |
2019-01-11 | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze |
2019-01-10 | After years of gnashing of teeth, i finally found a way to avoid | Ingo Schwarze |
2019-01-10 | Initializers for file-scope static variables should be compile-time | Ingo Schwarze |
2019-01-07 | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) | Ingo Schwarze |
2019-01-06 | Finally, represent the man(7) .PP and .HP macros by the natural | Ingo Schwarze |
2019-01-05 | In no-fill mode, avoid bogus blank lines in two situations: | Ingo Schwarze |
2019-01-05 | In groff, when the .SY block macro occurs in no-fill mode, | Ingo Schwarze |
2019-01-05 | In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, | Ingo Schwarze |