Age | Commit message (Expand) | Author |
2022-05-19 | improve a comment explaining a particularly nasty hack; no code change | Ingo Schwarze |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-30 | Add comments to some of the enum roff_tok values; | Ingo Schwarze |
2022-04-30 | Refactor the handler function roff_block_sub() for clarity and simplicity. | Ingo Schwarze |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-24 | When we open a new .while loop, let's not attempt to close out | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-23 | If the last data row of a tbl(7) contains nothing but a horizontal line, | Ingo Schwarze |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2022-04-08 | When calculating the with of spanned columns, which for example matters | Ingo Schwarze |
2022-03-17 | Avoid legacy CSS2 syntax for the "display" property and use the CSS3 | Ingo Schwarze |
2022-03-16 | Just say that the databases are intended for use by apropos(1), whatis(1), | Ingo Schwarze |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2022-02-08 | In the first example, use "mandoc -a" directly rather "mandoc -l". | Ingo Schwarze |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-01-13 | Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro | Ingo Schwarze |
2022-01-13 | Only sort the result array if it contains more than one element, | Ingo Schwarze |
2022-01-12 | More accurately represent cells containing horizontal lines in -T tree | Ingo Schwarze |
2022-01-12 | According to the tbl(7) manual, if a data cell contains only the | Ingo Schwarze |
2022-01-10 | When rendering the \h (horizontal motion) low-level roff(7) escape | Ingo Schwarze |
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 |