| Commit message (Expand) | Author | Age | Files | Lines |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 1 | -1/+6 |
* | POSIX make(1) does not support prerequisites on suffix rules. | Ingo Schwarze | 2021-09-21 | 1 | -2/+2 |
* | make the path to ar(1) configurable, needed by NixOS; | Ingo Schwarze | 2021-09-20 | 1 | -1/+1 |
* | Create the link from ./man to ./mandoc in the "all" target rather than | Ingo Schwarze | 2021-09-20 | 1 | -2/+2 |
* | Test availability of mkstemps(3) and provide a fallback implementation | Ingo Schwarze | 2021-09-19 | 1 | -1/+4 |
* | bump VERSION | Ingo Schwarze | 2021-09-19 | 1 | -1/+1 |
* | Provide a real feature test for __attribute__(). | Ingo Schwarze | 2020-06-22 | 1 | -1/+2 |
* | add missing compat_stringlist.o to ALL_COBJS, useful for make clean | Ingo Schwarze | 2020-06-15 | 1 | -0/+1 |
* | Only compile compat_*.c implementations that are actually needed. | Ingo Schwarze | 2020-06-15 | 1 | -14/+7 |
* | Make the "make depend" maintainer target more convenient | Ingo Schwarze | 2020-03-13 | 1 | -3/+6 |
* | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -7/+12 |
* | new dist-install maintainer target | Ingo Schwarze | 2019-03-06 | 1 | -0/+4 |
* | work towards 1.14.5, mostly updating WWW_INCS | Ingo Schwarze | 2019-03-06 | 1 | -6/+9 |
* | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze | 2019-03-04 | 1 | -2/+4 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -0/+2 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -2/+5 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+0 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -2/+5 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+2 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -2/+5 |
* | some fixes for the "www" and "www-install" maintainer targets | Ingo Schwarze | 2018-08-09 | 1 | -8/+13 |
* | more 1.14.4 release preparations: | Ingo Schwarze | 2018-07-31 | 1 | -6/+7 |
* | Add strndup(3) compat implementation. | Ingo Schwarze | 2018-02-27 | 1 | -0/+3 |
* | release 1.14.3VERSION.1.14.3 | Ingo Schwarze | 2017-08-05 | 1 | -1/+1 |
* | more renaming from mdocml to mandoc | Ingo Schwarze | 2017-07-20 | 1 | -11/+11 |
* | * clean catman.o which was missing | Ingo Schwarze | 2017-07-20 | 1 | -13/+5 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -0/+3 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 1 | -0/+3 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 1 | -0/+2 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -0/+2 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 1 | -0/+4 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -4/+0 |
* | Delete the manpage(1) utility. | Ingo Schwarze | 2017-04-24 | 1 | -9/+0 |
* | Debian needs relative symlinks not only for manual pages, | Ingo Schwarze | 2017-03-04 | 1 | -6/+6 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 1 | -2/+3 |
* | Debian wants relative, not absolute symlinks for man pages; | Ingo Schwarze | 2017-02-22 | 1 | -2/+1 |
* | add some regress targets | Ingo Schwarze | 2017-02-18 | 1 | -0/+28 |
* | Provide an uninstall target, to help cleaning up after installing | Ingo Schwarze | 2017-02-18 | 1 | -7/+50 |
* | proper test for O_DIRECTORY | Ingo Schwarze | 2017-02-18 | 1 | -0/+1 |
* | add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org> | Ingo Schwarze | 2017-02-16 | 1 | -5/+5 |
* | Provide a variable BINM_CATMAN. | Ingo Schwarze | 2017-02-16 | 1 | -2/+4 |
* | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | even catman needs libmandoc on systems not having fts | Ingo Schwarze | 2017-02-08 | 1 | -2/+2 |
* | more 1.14.1 release preparations | Ingo Schwarze | 2017-02-08 | 1 | -2/+6 |
* | new manual pages for catman(8) and mandocd(8) | Ingo Schwarze | 2017-02-06 | 1 | -1/+7 |
* | add missing file man.options.1 | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | experimental mandocd(8) and catman(8) | Ingo Schwarze | 2017-02-04 | 1 | -8/+23 |
* | Do not install libmandoc.a by default. | Ingo Schwarze | 2016-11-19 | 1 | -8/+10 |
* | The concept of endianness seems to be somewhat newfangled, so the | Ingo Schwarze | 2016-08-05 | 1 | -1/+3 |