aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAge
* Include .depend in GNUmakefile since GNU make does not include itNicholas Marriott2009-07-21
* With gcc4, turn off unnecessart pointer sign warnings.Nicholas Marriott2009-07-20
* Don't need ncurses, use curses.Nicholas Marriott2009-07-14
* Next will be 1.0.Nicholas Marriott2009-07-06
* Comment FDEBUG and bump dist version.Nicholas Marriott2009-07-01
* Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott2009-06-26
* Don't need linker magic anymore.Nicholas Marriott2009-06-25
* clean-all target to clean configure stuff too.Nicholas Marriott2009-05-16
* Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ...Nicholas Marriott2009-05-15
* Separate tmux target. Doh.Nicholas Marriott2009-05-14
* print is redundant. Doh.Nicholas Marriott2009-05-14
* install depends on all.Nicholas Marriott2009-05-14
* Try to figure out if we are using gcc 4 and get rid of the stupid warning, wh...Nicholas Marriott2009-05-14
* Don't bother with this.Nicholas Marriott2009-05-13
* Whoops, don't use the name of the rule here now.Nicholas Marriott2009-05-13
* $(PROG) is gorn.Nicholas Marriott2009-05-13
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
* Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again.Nicholas Marriott2009-05-13
* Use getopt.c from openssh rather than OpenBSD's getopt_long.Nicholas Marriott2009-05-13
* Bye-bye META.Nicholas Marriott2009-05-13
* previous-layout command.Nicholas Marriott2009-04-30
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
* Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.Nicholas Marriott2009-04-29
* tmux doesn't care about setres[ug]id.Nicholas Marriott2009-04-29
* getopt_long.c not getopt.cNicholas Marriott2009-04-29
* Solaris doesn't have TAILQ_REPLACE yet :-(.Nicholas Marriott2009-04-29
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
* - confirm-before command.Tiago Cunha2009-04-27
* 0.9 here we go.Nicholas Marriott2009-04-21
* Ready for 0.8.Nicholas Marriott2009-04-21
* rotate-window command.Nicholas Marriott2009-04-03
* swap-pane command.Nicholas Marriott2009-04-02
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
* More AIX tweaks.Nicholas Marriott2009-03-31
* Missing \.Nicholas Marriott2009-03-31
* Most of AIX support.Nicholas Marriott2009-03-31
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
* Reuse CPPFLAGS.Nicholas Marriott2009-02-18
* INCDIRS after CPPFLAGS.Nicholas Marriott2009-02-18
* Use CPPFLAGS.Nicholas Marriott2009-02-18
* Move to 0.8.Nicholas Marriott2009-02-08
* Time for 0.7.Nicholas Marriott2009-02-07
* copy-buffer command.Tiago Cunha2009-02-03
* Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott2009-01-27
* load-buffer commandTiago Cunha2009-01-25
* Dont overload DEBUG, use FDEBUG.Nicholas Marriott2009-01-21
* Darwin support for automatic-rename, from joshe.Nicholas Marriott2009-01-20
* Darwin too.Nicholas Marriott2009-01-20
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-01-20
* find-window command.Nicholas Marriott2009-01-18