summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
Although they suck, they suck less than the alternatives.
2010-12-27Working on 1.5.Tiago Cunha
2010-12-27Bump VERSION and comment FDEBUG.Tiago Cunha
2010-07-18Working on 1.4.Tiago Cunha
2010-07-18Bump VERSION, and comment FDEBUG.Tiago Cunha
2010-05-19Spacing nits.Nicholas Marriott
2010-05-12Use LC_ALL for sed too since apparently some platforms play silly gamesNicholas Marriott
in other locales.
2010-04-23Use INSTALL so people on Solaris can set it to ginstall.Nicholas Marriott
2010-04-21Don't set user and group with install, from Nicolas Pinto.Nicholas Marriott
2010-03-10Working on 1.3.Tiago Cunha
2010-03-10Prepare the tree for the 1.2 release.Tiago Cunha
2009-11-05Working on 1.2.Tiago Cunha
2009-11-05Prepare the tree for the 1.1 release.Tiago Cunha
2009-10-25Add or clarify licenses where appropriate.Nicholas Marriott
2009-10-24cc -> $(CC)Nicholas Marriott
2009-10-15Turn off stupid warnings when using Sun CC.Nicholas Marriott
2009-09-20Delete backup files in the compat directory, as well.Tiago Cunha
2009-09-20Now working on 1.1.Nicholas Marriott
2009-09-201.0.Nicholas Marriott
2009-08-26FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744.Nicholas Marriott
Also make clang use -iquote in makefiles.
2009-07-31Part of last commit, remove -lcurses.Nicholas Marriott
2009-07-21Include .depend in GNUmakefile since GNU make does not include itNicholas Marriott
automatically. Also remove .depend from clean target and add a clean-depend target.
2009-07-20With gcc4, turn off unnecessart pointer sign warnings.Nicholas Marriott
2009-07-14Don't need ncurses, use curses.Nicholas Marriott
2009-07-06Next will be 1.0.Nicholas Marriott
2009-07-01Comment FDEBUG and bump dist version.Nicholas Marriott
2009-06-26Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott
2009-06-25Don't need linker magic anymore.Nicholas Marriott
2009-05-16clean-all target to clean configure stuff too.Nicholas Marriott
2009-05-15Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ↵Nicholas Marriott
we can't avoid using a char *.
2009-05-14Separate tmux target. Doh.Nicholas Marriott
2009-05-14print is redundant. Doh.Nicholas Marriott
2009-05-14install depends on all.Nicholas Marriott
2009-05-14Try to figure out if we are using gcc 4 and get rid of the stupid warning, ↵Nicholas Marriott
while not breaking 3.x and 2.x...
2009-05-13Don't bother with this.Nicholas Marriott
2009-05-13Whoops, don't use the name of the rule here now.Nicholas Marriott
2009-05-13$(PROG) is gorn.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.
2009-05-13Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again.Nicholas Marriott
2009-05-13Use getopt.c from openssh rather than OpenBSD's getopt_long.Nicholas Marriott
2009-05-13Bye-bye META.Nicholas Marriott
2009-04-30previous-layout command.Nicholas Marriott
2009-04-30Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott
2009-04-29Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.Nicholas Marriott
2009-04-29tmux doesn't care about setres[ug]id.Nicholas Marriott
2009-04-29getopt_long.c not getopt.cNicholas Marriott
2009-04-29Solaris doesn't have TAILQ_REPLACE yet :-(.Nicholas Marriott
2009-04-29Some tweaks for Solaris.Nicholas Marriott
Get rid of vis.* in favour of a small replacement function.
2009-04-27- confirm-before command.Tiago Cunha
- Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
2009-04-210.9 here we go.Nicholas Marriott