| Commit message (Expand) | Author | Age |
| * | Update imsg*.c from OpenBSD. | Nicholas Marriott | 2017-04-11 |
| * | Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove some | Nicholas Marriott | 2017-03-24 |
| * | Remove coverage and profile flags. | Nicholas Marriott | 2017-03-22 |
| * | Tweak some comments. | Nicholas Marriott | 2017-03-22 |
| * | Can shorten these by using LIBOBJ. | Nicholas Marriott | 2017-03-22 |
| * | Should not need -D_POSIX_PTHREAD_SEMANTICS. | Nicholas Marriott | 2017-03-22 |
| * | Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers. | Nicholas Marriott | 2017-03-22 |
| * | Do not test for term.h since we don't use the result. | Nicholas Marriott | 2017-03-21 |
| * | Tweak test for program_invocation_short_name. | Nicholas Marriott | 2017-03-18 |
| * | Can only check for one with AC_CHECK_LIB. | Nicholas Marriott | 2017-03-09 |
| * | Compat code for strndup and strnlen. | Nicholas Marriott | 2017-03-09 |
| * | Solaris fixes, mostly from Dagobert Michelsen. | Nicholas Marriott | 2017-03-09 |
| * | Look for libtinfo before libncurses. | Nicholas Marriott | 2017-02-07 |
| * | Update sys/queue.h from OpenBSD. | Nicholas Marriott | 2017-02-06 |
| * | Add b64_pton as well. | Nicholas Marriott | 2017-01-22 |
| * | Look for ncursesw as well as ncurses, based on a change from Bert van Hall. | Nicholas Marriott | 2017-01-19 |
| * | If --enable-{utf8proc,utempter} is given, do not build without it. | Nicholas Marriott | 2017-01-18 |
| * | Fix VIS_DQ check. | Nicholas Marriott | 2017-01-16 |
| * | We need VIS_DQ in vis.h as well. | Nicholas Marriott | 2017-01-16 |
| * | Put AM_* back, but this time do a dance in configure.ac so that we can keep | Nicholas Marriott | 2016-10-19 |
| * | Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER use | Nicholas Marriott | 2016-10-18 |
| * | Preserve existing AM_CPPFLAGS and AM_LDFLAGS values. | Nicholas Marriott | 2016-10-17 |
| * | CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov. | Nicholas Marriott | 2016-10-17 |
| * | Can use enable_* rather than adding our own found_* variables, from Dilyan Pa... | Nicholas Marriott | 2016-10-17 |
| * | tmux no longer uses openat() so we can remove the compatibilty function. | Nicholas Marriott | 2016-10-13 |
| * | Start working on 2.4 | Thomas Adam | 2016-09-29 |
| * | Release tmux 2.3 | Thomas Adam | 2016-09-29 |
| * | Do not use utf8proc by default. | Nicholas Marriott | 2016-09-15 |
| * | Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley. | Nicholas Marriott | 2016-09-08 |
| * | Check for headers for ncurses and libevent as well as libraries. | Nicholas Marriott | 2016-09-02 |
| * | Add support for using utf8proc with --enable-utf8proc, useful for platforms | Nicholas Marriott | 2016-09-01 |
| * | Merge branch 'master' of github.com:tmux/tmux | Nicholas Marriott | 2016-05-27 |
| |\ |
|
| | * | getprogname() and setproctitle() on Linux. | Nicholas Marriott | 2016-05-27 |
| * | | Add flag for -pg. | Nicholas Marriott | 2016-05-27 |
| |/ |
|
| * | Add --static to PKG_CONFIG rather than replacing it. | Nicholas Marriott | 2016-05-05 |
| * | Start working on 2.3 | Thomas Adam | 2016-04-11 |
| * | Add CHANGES notes for 2.2 release | Thomas Adam | 2016-04-11 |
| * | Add --disable-utempter to build without it. | Nicholas Marriott | 2016-04-03 |
| * | Look for utempter_add_record to be sure we have the new utempter API, the old | Nicholas Marriott | 2016-03-26 |
| * | Need to use pkg-config --static when doing a static build. | Nicholas Marriott | 2015-12-12 |
| * | Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes | Nicholas Marriott | 2015-12-11 |
| * | Add reallocarray to compat. | Nicholas Marriott | 2015-11-18 |
| * | Start working on tmux 2.2 | Thomas Adam | 2015-10-18 |
| * | Update for 2.1 release. | Thomas Adam | 2015-10-18 |
| * | No more $Id$. | Nicholas Marriott | 2015-09-14 |
| * | Add --enable-coverage for gcov. | Nicholas Marriott | 2015-09-11 |
| * | Sync up vis.* for stravis(). | Nicholas Marriott | 2015-09-01 |
| * | Check for flock in libbsd for AIX, and remove some getopt.h includes. From J | Nicholas Marriott | 2015-07-13 |
| * | Update imsg*.[ch] from OpenBSD, including bzero->memset. | Nicholas Marriott | 2015-07-12 |
| * | I no longer need to care about GCC 3. | Nicholas Marriott | 2015-06-04 |