aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
* tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott2016-10-13
* NetBSD needs _OPENBSD_SOURCE for reallocarray.Nicholas Marriott2016-10-12
* Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott2016-09-01
* Remove duplicate daemon.c and time.h.Nicholas Marriott2016-06-27
* Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott2016-05-27
|\
| * getprogname() and setproctitle() on Linux.Nicholas Marriott2016-05-27
* | Add flag for -pg.Nicholas Marriott2016-05-27
|/
* No more array.h.Nicholas Marriott2016-04-26
* Tweak a comment.Nicholas Marriott2016-03-17
* EXTRA_DIST: add example_tmux.conf / xmalloc.hThomas Adam2016-02-06
* Conflicts:Thomas Adam2015-12-08
* Add -Wno-attributes.Nicholas Marriott2015-11-18
* Add reallocarray to compat.Nicholas Marriott2015-11-18
* Merge branch 'obsd-master'Thomas Adam2015-11-13
* Merge branch 'obsd-master'Thomas Adam2015-10-27
* No more $Id$.Nicholas Marriott2015-09-14
* Merge branch 'obsd-master'Thomas Adam2015-09-14
* Add --enable-coverage for gcov.Nicholas Marriott2015-09-11
* Merge branch 'obsd-master'Thomas Adam2015-08-30
* Add _LINUX_SOURCE_COMPAT on AIX.Nicholas Marriott2015-07-14
* Only need *.ch in compat.Nicholas Marriott2015-06-05
* I no longer need to care about GCC 3.Nicholas Marriott2015-06-04
* HTML bits are now elsewhere.Nicholas Marriott2015-06-04
* Add tmux4.png.Nicholas Marriott2015-04-28
* Upload all the files.Nicholas Marriott2015-04-28
* Merge branch 'obsd-master'Thomas Adam2015-04-27
* Revert "Add -Wno-format-nonliteral to Makefile.am"Thomas Adam2015-02-15
* Add -Wno-format-nonliteral to Makefile.amThomas Adam2015-02-15
* Merge branch 'obsd-master'Thomas Adam2015-02-14
* We do not need to add /usr/local to CPPFLAGS; if configure managed to pass thenNicholas Marriott2015-01-12
* Merge branch 'obsd-master'Thomas Adam2014-10-29
* Merge branch 'obsd-master'Thomas Adam2014-10-21
* Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott2014-09-16
* Add compat/fparseln() for non-BSD systemsThomas Adam2014-08-09
* Might as well still allow autoconf 2.59.Nicholas Marriott2014-06-19
* Build DEBUG with -O2 as well.Nicholas Marriott2014-06-18
* Typo in previous: $(srcdir)Thomas Adam2014-04-29
* Makefile.am: Honour $srcdir for mdoc2man.awkThomas Adam2014-04-29
* Merge branch 'obsd-master'Thomas Adam2014-04-23
* Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott2014-02-26
* dist: Call clean target before any other actionThomas Adam2014-02-20
* Fixup BSD specific things from last mergeThomas Adam2014-01-31
* Add openat() to compat.Nicholas Marriott2013-10-10
* Use _XPG6 on Solaris with GCC because the headers are insane and don't like GCCNicholas Marriott2013-06-25
* Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott2013-05-15
|\
| * Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC.Nicholas Marriott2013-04-28
| * Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott2013-04-24
* | Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead.Nicholas Marriott2013-05-15
|/
* Pass tmux.1.in to awk on stdin rather than as an argument.Nicholas Marriott2013-04-22
* Add compat for cfmakeraw, from Dagobert Michelsen.Nicholas Marriott2013-04-22