Commits


start new release cycle


prepare 1.8 release


work around freebsd' printf printf: Illegal option -i this is why we can't have nice things, isn't it?


track file dependency using -MMD if available While here, move the SRCS variable to the configure and add the -includes in Makefile.local; it de-clutters the Makefile a bit.


configure: support --prefix=... It's like passing PREFIX=... on the command line


don't run the test binaries, compilation status is enough During a cross-compilation we can compile the test binaries but not run in the host machine. Furthermore, the exit status of the test isn't really important for the types of check we have, the compilation status is enough. Reported by Nikolay Korotkiy (@sikmir) on Github, fixes issue #8


master is now 1.8-dev


add compat for sys/tree.h


improve libevent2 handling * add configure check * change the way the headers are required (copied from tmux)


sync release


define HAVE_LANDLOCK accordingly


add configure check and shim for landlock First move towards landlock support (#3). The shim is needed until libc provides the proper wrappers for the landlock APIs; I hope it doesn't take too long, but landlock was merged back in May and are still missing.


tag 1.7.3 bump version number


sort tests


tag v1.7.1 This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks!