Age | Commit message (Expand) | Author |
2021-11-05 | Make sure that the configuration file is always read, even when | Ingo Schwarze |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-17 | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze |
2021-10-17 | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze |
2021-10-04 | Clean up memory handling in spawn_pager(), free(3)ing everything | Ingo Schwarze |
2021-10-04 | In man(1) mode, properly clean up the resn[] result array | Ingo Schwarze |
2021-10-04 | Provide a cleanup function for the term_tab module, freeing memory | Ingo Schwarze |
2021-10-04 | store the operating system name obtained from uname(3) in the adequate | Ingo Schwarze |
2021-10-04 | Do not leak 64 bytes of heap memory every time a manual page calls | Ingo Schwarze |
2021-09-28 | Revert part of the previous diff to fix a regression (another endless loop) | Ingo Schwarze |
2021-09-10 | Quirk-compatibility with GNU tbl(1): | Ingo Schwarze |
2021-09-10 | In a tbl(7) having the "nospaces" option, skip space characters | Ingo Schwarze |
2021-09-09 | In HTML output, in cells with an "n" (number) layout, pad numbers | Ingo Schwarze |
2021-09-09 | If the layout or data of an individual cell in a tbl(7) contains | Ingo Schwarze |
2021-09-07 | Fix an infinite loop that could occur during some cases of horizontally | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-09-07 | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze |
2021-09-07 | do not crash when a tbl(7) cell uses roman font | Ingo Schwarze |
2021-09-04 | during prioritization for man(1), correctly extract the section name | Ingo Schwarze |
2021-09-04 | mdoc(7): improve output of .At 32v | Ingo Schwarze |
2021-09-04 | In the fallback code to look for manual pages without using mandoc.db(5), | Ingo Schwarze |
2021-08-19 | do not crash when a manpath directory contains a symbolic link | Ingo Schwarze |
2021-08-19 | fix the section number in the <title> element for preformatted pages; | Ingo Schwarze |
2021-08-14 | print a BAGARG message if -T markdown is requested on man(7) input; | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-07-18 | Support auto-tagging for ".It Va". | Ingo Schwarze |
2021-07-04 | The mandoc(1) manual already mentions that -T man output mode | Ingo Schwarze |
2021-06-28 | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze |
2021-06-27 | add a style message about overlong text lines, | Ingo Schwarze |
2021-06-02 | In -W style mode, check .Xr links along the full manpath because | Ingo Schwarze |
2021-05-22 | In revision 1.95 of cgi.c, a meta viewport element was added to the HTML output. | anton |
2021-05-18 | When looking for column separators on tbl(7) data lines, properly skip | Ingo Schwarze |
2021-05-16 | Implement the layout specification "a" (left justify with 1em indentation) | Ingo Schwarze |
2021-05-16 | implement the tbl(7) layout modifiers "b" (bold) and "i" (italic) | Ingo Schwarze |
2021-05-15 | When looking for the last layout row used, we need to look at the layout | Ingo Schwarze |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-04-28 | recognise riscv64 as a valid arch in mandoc | Jonathan Gray |
2021-04-04 | fix spacing issue in macro; | Jason McIntyre |
2021-03-30 | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze |
2021-02-19 | Append .html suffix to temporary files enabling browsers to recognise it | kn |
2020-10-30 | Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" | Ingo Schwarze |
2020-10-30 | Promote section headers that can can be used unmodified as fragment | Ingo Schwarze |
2020-10-25 | The GNU tbl(1) program contained in the groff package internally | Ingo Schwarze |
2020-10-24 | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze |
2020-10-16 | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze |
2020-10-01 | add a missing .Pp | Ingo Schwarze |
2020-10-01 | add example to apropos.1 to list all manuals in a given section | ians |
2020-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-09 | Do not abuse assert(3) to react to absurd input; the purpose of assert(3) | Ingo Schwarze |
2020-09-06 | After .ti, there are many reasons why the offset may change, so setting | Ingo Schwarze |