| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge Makefile 1.507, configure 1.62, configure.local.example 1.30:VERSION_1_13 | Ingo Schwarze | 2017-03-04 | 1 | -8/+11 |
| * | Drop support for building without SQLite. | Ingo Schwarze | 2017-02-21 | 1 | -35/+9 |
| * | first step of 1.13.5 release preparations | Ingo Schwarze | 2017-02-21 | 1 | -3/+3 |
| * | merge small style improvements from christos@ to the 1.13 branch | Ingo Schwarze | 2017-02-17 | 1 | -2/+5 |
| * | Merge Makefile 1.501, configure 1.59, configure.local.example 1.28: | Ingo Schwarze | 2017-02-16 | 1 | -2/+4 |
| * | merge rev. 1.55: gcc 6 fix from Alpine Linux | Ingo Schwarze | 2017-01-12 | 1 | -3/+3 |
| * | fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local | Ingo Schwarze | 2016-10-20 | 1 | -1/+2 |
| * | merge reproducible build support including compat glue to 1.13 branch: | Ingo Schwarze | 2016-10-20 | 1 | -18/+27 |
| * | merge rev. 1.46: work around the lack of EFTYPE | Ingo Schwarze | 2016-10-20 | 1 | -1/+4 |
| * | merge tentative 'entering directory' fix for gmake to 1.13 branch | Ingo Schwarze | 2016-08-10 | 1 | -2/+2 |
| * | 1.13 backport: handle absence of PATH_MAX | Ingo Schwarze | 2016-08-02 | 1 | -1/+3 |
| * | 1.13 backport: autodetect UTF8_LOCALE | Ingo Schwarze | 2016-07-31 | 1 | -2/+29 |
| * | 1.13 backport: Autodetect if -lrt is needed for nanosleep(3). | Ingo Schwarze | 2016-07-20 | 1 | -10/+85 |
| * | 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 |
| * | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -15/+4 |
| * | garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup; | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
| * | In ./configure, select a RE syntax for word boundaries supported by libc; | Ingo Schwarze | 2015-11-06 | 1 | -0/+6 |
| * | merge pledge(2) support from OpenBSD | Ingo Schwarze | 2015-11-06 | 1 | -0/+3 |
| * | Use getprogname(3) rather than __progname. | Ingo Schwarze | 2015-11-06 | 1 | -1/+5 |
| * | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -0/+13 |
| * | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | 2015-07-19 | 1 | -2/+2 |
| * | * remove FreeBSDisms | Ingo Schwarze | 2015-05-20 | 1 | -3/+9 |
| * | Add man.conf(5). After adding some additional functionality, | Ingo Schwarze | 2015-03-27 | 1 | -0/+3 |
| * | make MANPATH_DEFAULT compile-time configurable | Ingo Schwarze | 2015-03-22 | 1 | -0/+2 |
| * | Compat glue needed for Solaris 9 and 10. | Ingo Schwarze | 2015-03-19 | 1 | -0/+19 |
| * | Pass the CC set in configure.local to Makefile.local. | Ingo Schwarze | 2015-03-18 | 1 | -0/+1 |
| * | When manpath(1) is available, enable HAVE_MANPATH even when building | Ingo Schwarze | 2015-03-11 | 1 | -3/+1 |
| * | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 1 | -6/+0 |
| * | strtonum(3) compat glue | Ingo Schwarze | 2015-02-16 | 1 | -0/+6 |
| * | Support homebrew-style linking on Mac OS X. | Ingo Schwarze | 2015-01-21 | 1 | -1/+3 |
| * | version 1.13.2VERSION_1_13_2 | Ingo Schwarze | 2014-12-13 | 1 | -1/+1 |
| * | Support choosing alternative binary and manual names from configure.local, | Ingo Schwarze | 2014-12-09 | 1 | -0/+24 |
| * | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 1 | -2/+5 |
| * | On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity. | Ingo Schwarze | 2014-08-28 | 1 | -1/+1 |
| * | Do not require getsubopt() to provide extern char *suboptarg. | Ingo Schwarze | 2014-08-17 | 1 | -3/+1 |
| * | When BUILD_DB is active, link apropos(1) into the mandoc binary. | Ingo Schwarze | 2014-08-16 | 1 | -0/+4 |
| * | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -24/+364 |