summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
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
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-09-14No more $Id$.Nicholas Marriott
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-07-14Add _LINUX_SOURCE_COMPAT on AIX.Nicholas Marriott
2015-06-05Only need *.ch in compat.Nicholas Marriott
2015-06-04I no longer need to care about GCC 3.Nicholas Marriott
2015-06-04HTML bits are now elsewhere.Nicholas Marriott
2015-04-28Add tmux4.png.Nicholas Marriott
2015-04-28Upload all the files.Nicholas Marriott
2015-04-27Merge branch 'obsd-master'Thomas Adam
2015-02-15Revert "Add -Wno-format-nonliteral to Makefile.am"Thomas Adam
2015-02-15Add -Wno-format-nonliteral to Makefile.amThomas Adam
2015-02-14Merge branch 'obsd-master'Thomas Adam
2015-01-12We do not need to add /usr/local to CPPFLAGS; if configure managed to pass thenNicholas Marriott
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-09-16Tweak www and add RELEASE variable for current release version so we don't needNicholas Marriott
2014-08-09Add compat/fparseln() for non-BSD systemsThomas Adam
2014-06-19Might as well still allow autoconf 2.59.Nicholas Marriott
2014-06-18Build DEBUG with -O2 as well.Nicholas Marriott
2014-04-29Typo in previous: $(srcdir)Thomas Adam
2014-04-29Makefile.am: Honour $srcdir for mdoc2man.awkThomas Adam
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-02-26Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-02-20dist: Call clean target before any other actionThomas Adam
2014-01-31Fixup BSD specific things from last mergeThomas Adam
2013-10-10Add openat() to compat.Nicholas Marriott
2013-06-25Use _XPG6 on Solaris with GCC because the headers are insane and don't like GCCNicholas Marriott
2013-05-15Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-05-15Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead.Nicholas Marriott
2013-04-28Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC.Nicholas Marriott
2013-04-24Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott
2013-04-22Pass tmux.1.in to awk on stdin rather than as an argument.Nicholas Marriott
2013-04-22Add compat for cfmakeraw, from Dagobert Michelsen.Nicholas Marriott
2013-04-16Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changesNicholas Marriott
2013-03-25Use -std=gnu99 not c99 with GCC.Nicholas Marriott
2013-03-06Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Merge send-prefix into send-keys.Nicholas Marriott
2013-02-23Merge show-buffer into save-buffer.Nicholas Marriott
2013-02-22Use -O2 without debugging.Nicholas Marriott
2013-02-19Move NOTES->README, move Vim syntax file documentation to the file itself andNicholas Marriott