| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze | 2022-04-24 | 7 | -11/+32 |
* | If the last data row of a tbl(7) contains nothing but a horizontal line, | Ingo Schwarze | 2022-04-23 | 1 | -2/+4 |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 19 | -66/+848 |
* | some HTML/CSS issues from John Gardner | Ingo Schwarze | 2022-04-14 | 1 | -1/+12 |
* | prefer https links in man pages | Ingo Schwarze | 2022-04-14 | 1 | -3/+3 |
* | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze | 2022-04-13 | 5 | -19/+94 |
* | Do not die on an assertion if an input file contains no section | Ingo Schwarze | 2022-04-13 | 4 | -5/+8 |
* | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze | 2022-04-13 | 5 | -7/+55 |
* | When calculating the with of spanned columns, which for example matters | Ingo Schwarze | 2022-04-08 | 1 | -2/+5 |
* | new TODO entry: handle Unicode letters in tags | Ingo Schwarze | 2022-03-27 | 1 | -0/+5 |
* | The demandoc(1) program neither reads nor writes any databases, so | Ingo Schwarze | 2022-03-20 | 1 | -2/+1 |
* | Avoid legacy CSS2 syntax for the "display" property and use the CSS3 | Ingo Schwarze | 2022-03-17 | 1 | -3/+3 |
* | Just say that the databases are intended for use by apropos(1), whatis(1), | Ingo Schwarze | 2022-03-16 | 1 | -4/+2 |
* | In the first example, use "mandoc -a" directly rather "mandoc -l". | Ingo Schwarze | 2022-02-08 | 1 | -1/+1 |
* | remove "please" from manual page; | Ingo Schwarze | 2022-02-08 | 1 | -1/+1 |
* | Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro | Ingo Schwarze | 2022-01-13 | 2 | -7/+3 |
* | Only sort the result array if it contains more than one element, | Ingo Schwarze | 2022-01-13 | 1 | -2/+2 |
* | More accurately represent cells containing horizontal lines in -T tree | Ingo Schwarze | 2022-01-12 | 1 | -4/+8 |
* | According to the tbl(7) manual, if a data cell contains only the | Ingo Schwarze | 2022-01-12 | 1 | -2/+4 |
* | In one of the examples, the tbl(7) source code displayed | Ingo Schwarze | 2022-01-12 | 1 | -2/+2 |
* | column width specifications in tbl(7) HTML output | Ingo Schwarze | 2022-01-12 | 1 | -0/+4 |
* | When rendering the \h (horizontal motion) low-level roff(7) escape | Ingo Schwarze | 2022-01-10 | 1 | -5/+7 |
* | merge OpenBSD commit by jmc@: | Ingo Schwarze | 2021-12-06 | 1 | -1/+1 |
* | Make sure that the configuration file is always read, even when | Ingo Schwarze | 2021-11-05 | 1 | -48/+37 |
* | Commit and commit message by deraadt@: | Ingo Schwarze | 2021-11-05 | 2 | -3/+6 |
* | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze | 2021-10-17 | 1 | -5/+3 |
* | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze | 2021-10-17 | 1 | -6/+7 |
* | better error message if mandocd is not found | Ingo Schwarze | 2021-10-15 | 1 | -1/+1 |
* | Clean up memory handling in spawn_pager(), free(3)ing everything | Ingo Schwarze | 2021-10-04 | 1 | -14/+12 |
* | In man(1) mode, properly clean up the resn[] result array | Ingo Schwarze | 2021-10-04 | 1 | -0/+7 |
* | Provide a cleanup function for the term_tab module, freeing memory | Ingo Schwarze | 2021-10-04 | 3 | -8/+20 |
* | store the operating system name obtained from uname(3) in the adequate | Ingo Schwarze | 2021-10-04 | 3 | -7/+8 |
* | Do not leak 64 bytes of heap memory every time a manual page calls | Ingo Schwarze | 2021-10-04 | 1 | -2/+0 |
* | tagging issues from weerd@ regarding hyphens | Ingo Schwarze | 2021-10-01 | 1 | -0/+11 |
* | Revert part of the previous diff to fix a regression (another endless loop) | Ingo Schwarze | 2021-09-28 | 1 | -3/+17 |
* | two typos; patch from Raf Czlonka <rczlonka at gmail dot com> | Ingo Schwarze | 2021-09-28 | 1 | -2/+2 |
* | Sevan Janiyan resigned from the NetBSD project and pkgsrc in 2020. | Ingo Schwarze | 2021-09-25 | 1 | -1/+1 |
* | release 1.14.6VERSION.1.14.6 | Ingo Schwarze | 2021-09-23 | 1 | -1/+1 |
* | credits for release testing | Ingo Schwarze | 2021-09-23 | 1 | -9/+16 |
* | handle man3c/fopen.3c in main.c/fs_*() | Ingo Schwarze | 2021-09-21 | 1 | -0/+5 |
* | POSIX make(1) does not support prerequisites on suffix rules. | Ingo Schwarze | 2021-09-21 | 1 | -2/+2 |
* | more details about Mac OS X; information from Sevan Janiyan | Ingo Schwarze | 2021-09-20 | 2 | -5/+12 |
* | make the path to ar(1) configurable, needed by NixOS; | Ingo Schwarze | 2021-09-20 | 3 | -2/+9 |
* | Create the link from ./man to ./mandoc in the "all" target rather than | Ingo Schwarze | 2021-09-20 | 1 | -2/+2 |
* | isspace(3) requires an unsigned argument; | Ingo Schwarze | 2021-09-19 | 1 | -3/+3 |
* | clarify the meaning of a complicated mixed signed/unsigned expression; | Ingo Schwarze | 2021-09-19 | 1 | -1/+1 |
* | do not ship with an old OpenBSD version number | Ingo Schwarze | 2021-09-19 | 1 | -1/+1 |
* | some more portability improvements | Ingo Schwarze | 2021-09-19 | 1 | -1/+2 |
* | Test availability of mkstemps(3) and provide a fallback implementation | Ingo Schwarze | 2021-09-19 | 5 | -2/+88 |
* | Two minor improvements: | Ingo Schwarze | 2021-09-19 | 1 | -6/+4 |