| Commit message (Expand) | Author | Age | Files | Lines |
* | Install mandoc.css by default even if man.cgi(8) is not built. | Ingo Schwarze | 2023-10-19 | 1 | -0/+3 |
* | support for hunting memory leaks; | Ingo Schwarze | 2022-04-14 | 1 | -0/+8 |
* | make the path to ar(1) configurable, needed by NixOS; | Ingo Schwarze | 2021-09-20 | 1 | -0/+2 |
* | Test availability of mkstemps(3) and provide a fallback implementation | Ingo Schwarze | 2021-09-19 | 1 | -1/+8 |
* | do not use the echo(1) -n option, it is not portable; | Ingo Schwarze | 2021-09-19 | 1 | -2/+2 |
* | Rename the compile-time configuration variable $HOMEBREWDIR to | Ingo Schwarze | 2021-08-07 | 1 | -2/+3 |
* | Switch the default pager from "more -s" to "less". | Ingo Schwarze | 2020-07-20 | 1 | -6/+24 |
* | Provide a real feature test for __attribute__(). | Ingo Schwarze | 2020-06-22 | 1 | -4/+3 |
* | Only compile compat_*.c implementations that are actually needed. | Ingo Schwarze | 2020-06-15 | 1 | -28/+59 |
* | Make the ./configure script simpler, more robust, and 23 lines shorter: | Ingo Schwarze | 2020-06-14 | 1 | -93/+67 |
* | Make the "make depend" maintainer target more convenient | Ingo Schwarze | 2020-03-13 | 1 | -3/+14 |
* | No longer try to ask make(1) what the default compiler is, just use "cc". | Ingo Schwarze | 2020-02-05 | 1 | -1/+1 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | while $() is more modern than ``, it does not work with the | Ingo Schwarze | 2019-03-06 | 1 | -1/+1 |
* | autoconfiguration test whether less(1) supports the -T option; | Ingo Schwarze | 2019-03-06 | 1 | -0/+16 |
* | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze | 2019-03-04 | 1 | -1/+23 |
* | Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the | Ingo Schwarze | 2018-08-15 | 1 | -41/+59 |
* | more 1.14.4 release preparations: | Ingo Schwarze | 2018-07-31 | 1 | -35/+71 |
* | Add strndup(3) compat implementation. | Ingo Schwarze | 2018-02-27 | 1 | -1/+8 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -0/+2 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 1 | -1/+8 |
* | Debian needs relative symlinks not only for manual pages, | Ingo Schwarze | 2017-03-04 | 1 | -7/+10 |
* | proper test for O_DIRECTORY | Ingo Schwarze | 2017-02-18 | 1 | -0/+3 |
* | Make the directory explicit where source files are located. | Ingo Schwarze | 2017-02-17 | 1 | -1/+4 |
* | add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org> | Ingo Schwarze | 2017-02-16 | 1 | -1/+3 |
* | Provide a variable BINM_CATMAN. | Ingo Schwarze | 2017-02-16 | 1 | -0/+3 |
* | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); | Ingo Schwarze | 2017-02-08 | 1 | -1/+36 |
* | experimental mandocd(8) and catman(8) | Ingo Schwarze | 2017-02-04 | 1 | -1/+6 |
* | Put compiler arguments that may contain -l at the end; according to | Ingo Schwarze | 2017-01-12 | 1 | -2/+2 |
* | Do not install libmandoc.a by default. | Ingo Schwarze | 2016-11-19 | 1 | -1/+3 |
* | typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
* | Compat glue for the FreeBSD comparison function prototype for fts_open(3) | Ingo Schwarze | 2016-10-18 | 1 | -14/+23 |
* | When trying to figure out which C compiler make(1) wants to use, | Ingo Schwarze | 2016-08-10 | 1 | -1/+1 |
* | The concept of endianness seems to be somewhat newfangled, so the | Ingo Schwarze | 2016-08-05 | 1 | -0/+21 |
* | POSIX allows PATH_MAX to not be defined, meaning "unlimited". | Ingo Schwarze | 2016-08-02 | 1 | -0/+3 |
* | Autodetect a suitable locale for -Tutf8 mode, | Ingo Schwarze | 2016-07-31 | 1 | -1/+28 |
* | Autodetect if -lrt is needed for nanosleep(3). | Ingo Schwarze | 2016-07-20 | 1 | -1/+19 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 1 | -0/+3 |
* | Now that our man.conf(5) format is mature and extremely simple, | Ingo Schwarze | 2016-07-19 | 1 | -19/+1 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -65/+5 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 1 | -5/+3 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 1 | -1/+2 |
* | Sanitize the environment when calling make(1) to autodetect ${CC}. | Ingo Schwarze | 2016-07-15 | 1 | -1/+1 |
* | Add support for Mac OS X's sandbox_init(3) sandbox functionality, which | Kristaps Dzonsons | 2016-07-12 | 1 | -0/+3 |
* | support LDFLAGS; | Ingo Schwarze | 2016-07-10 | 1 | -0/+2 |
* | Various people (among others Maxim Belooussov and Carsten Kunze) | Ingo Schwarze | 2016-05-18 | 1 | -32/+33 |
* | No point in trying to go on when elementary database operations | Ingo Schwarze | 2015-11-26 | 1 | -0/+1 |
* | The sh(1) "test" builtin on Solaris 10 doesn't have -e, | Ingo Schwarze | 2015-11-07 | 1 | -3/+3 |
* | provide a simple stand-alone implementation of getline(3) | Ingo Schwarze | 2015-11-07 | 1 | -1/+8 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 1 | -8/+1 |