summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2019-05-23Add yacc(1) bits.Nicholas Marriott
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-10Merge branch 'obsd-master'Thomas Adam
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-18Remove duplicate entry.Nicholas Marriott
2019-04-18Merge branch 'obsd-master'Thomas Adam
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Merge branch 'obsd-master'Thomas Adam
2018-09-04Makefile.am: Add space between -f and argumentThomas Adam
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-07-04+README.ja.Nicholas Marriott
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-06-08Move FAQ online and do not ship TODO.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-04-21Fix after mergeThomas Adam
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-20Turn on debug if $VERSION is master rather than commenting and uncommenting.Nicholas Marriott
2017-03-22Remove coverage and profile flags.Nicholas Marriott
2017-03-22Can shorten these by using LIBOBJ.Nicholas Marriott
2017-03-22DEFS -> AM_CPPFLAGS.Nicholas Marriott
2017-03-22Should not need -D_POSIX_PTHREAD_SEMANTICS.Nicholas Marriott
2017-03-22Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers.Nicholas Marriott
2017-03-09Compat code for strndup and strnlen.Nicholas Marriott
2017-03-09Solaris fixes, mostly from Dagobert Michelsen.Nicholas Marriott
2017-02-21Reflect OBSD Makefile changes in Makefile.amThomas Adam
2017-02-15Hide or fix some warnings.Nicholas Marriott
2017-01-25Bad merge.Nicholas Marriott
2017-01-23Merge branch 'obsd-master'Thomas Adam
2017-01-22Add b64_pton as well.Nicholas Marriott
2016-10-19Put AM_* back, but this time do a dance in configure.ac so that we can keepNicholas Marriott
2016-10-18Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER useNicholas Marriott
2016-10-18I don't remember why we have make clean in dist-hook; remove it.Nicholas Marriott
2016-10-18*.h can go in dist_tmux_SOURCES, from Dilyan Palauzov.Nicholas Marriott
2016-10-18Rename found_debug to enable_debug.Nicholas Marriott
2016-10-17Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.Nicholas Marriott
2016-10-17CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov.Nicholas Marriott
2016-10-13tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott
2016-10-12NetBSD needs _OPENBSD_SOURCE for reallocarray.Nicholas Marriott
2016-09-01Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott
2016-06-27Remove duplicate daemon.c and time.h.Nicholas Marriott
2016-05-27Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2016-05-27getprogname() and setproctitle() on Linux.Nicholas Marriott
2016-05-27Add flag for -pg.Nicholas Marriott
2016-04-26No more array.h.Nicholas Marriott
2016-03-17Tweak a comment.Nicholas Marriott
2016-02-06EXTRA_DIST: add example_tmux.conf / xmalloc.hThomas Adam
2015-12-08Conflicts:Thomas Adam
2015-11-18Add -Wno-attributes.Nicholas Marriott
2015-11-18Add reallocarray to compat.Nicholas Marriott
2015-11-13Merge branch 'obsd-master'Thomas Adam