Nicholas Marriott
|
0f5a2c86da
|
Look for libtinfo before libncurses.
|
2017-02-07 13:40:36 +00:00 |
|
Nicholas Marriott
|
c7c1018e9b
|
Update sys/queue.h from OpenBSD.
|
2017-02-06 10:05:56 +00:00 |
|
Nicholas Marriott
|
acf331f7f1
|
Add b64_pton as well.
|
2017-01-22 19:12:15 +00:00 |
|
Nicholas Marriott
|
61af9d7cc2
|
Look for ncursesw as well as ncurses, based on a change from Bert van Hall.
|
2017-01-19 15:31:22 +00:00 |
|
Nicholas Marriott
|
7e4908f751
|
If --enable-{utf8proc,utempter} is given, do not build without it.
|
2017-01-18 14:32:50 +00:00 |
|
Nicholas Marriott
|
c0346701df
|
Fix VIS_DQ check.
|
2017-01-16 18:20:50 +00:00 |
|
Nicholas Marriott
|
f20e3ee62c
|
We need VIS_DQ in vis.h as well.
|
2017-01-16 15:01:14 +00:00 |
|
Nicholas Marriott
|
b951f0621c
|
Put AM_* back, but this time do a dance in configure.ac so that we can keep
using CFLAGS for the tests.
|
2016-10-19 15:20:21 +01:00 |
|
Nicholas Marriott
|
3742f66abb
|
Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER use
LIBEVENT_CFLAGS.
|
2016-10-18 23:19:08 +01:00 |
|
Nicholas Marriott
|
7d5fd5fcd0
|
Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.
|
2016-10-17 21:51:21 +01:00 |
|
Nicholas Marriott
|
7ba845297f
|
CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov.
|
2016-10-17 19:14:56 +01:00 |
|
Nicholas Marriott
|
733185d0a9
|
Can use enable_* rather than adding our own found_* variables, from Dilyan Palauzov.
|
2016-10-17 19:09:38 +01:00 |
|
Nicholas Marriott
|
e6f7180af1
|
tmux no longer uses openat() so we can remove the compatibilty function.
|
2016-10-13 22:17:29 +01:00 |
|
Thomas Adam
|
bb7cc8e8fd
|
Start working on 2.4
|
2016-09-29 22:00:00 +01:00 |
|
Thomas Adam
|
52869ed182
|
Release tmux 2.3
|
2016-09-29 21:54:12 +01:00 |
|
Nicholas Marriott
|
6e8f400edc
|
Do not use utf8proc by default.
|
2016-09-15 20:37:48 +01:00 |
|
Nicholas Marriott
|
c6cdab1f79
|
Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley.
|
2016-09-08 19:28:56 +01:00 |
|
Nicholas Marriott
|
727ce7e4bb
|
Check for headers for ncurses and libevent as well as libraries.
|
2016-09-02 22:05:06 +01:00 |
|
Nicholas Marriott
|
6c94774b70
|
Add support for using utf8proc with --enable-utf8proc, useful for platforms
(like OS X) where the system implementation is crap. From Joshua Rubin.
|
2016-09-01 20:40:03 +01:00 |
|
Nicholas Marriott
|
762fa58ce8
|
Merge branch 'master' of github.com:tmux/tmux
|
2016-05-27 18:04:45 +01:00 |
|
Nicholas Marriott
|
cfef0c6658
|
getprogname() and setproctitle() on Linux.
|
2016-05-27 18:04:25 +01:00 |
|
Nicholas Marriott
|
f2ec81cf21
|
Add flag for -pg.
|
2016-05-27 10:37:06 +01:00 |
|
Nicholas Marriott
|
fe4e9470bb
|
Add --static to PKG_CONFIG rather than replacing it.
|
2016-05-05 15:18:58 +01:00 |
|
Thomas Adam
|
5391342b08
|
Start working on 2.3
|
2016-04-11 01:07:07 +01:00 |
|
Thomas Adam
|
9a4b45dc0f
|
Add CHANGES notes for 2.2 release
|
2016-04-11 01:00:35 +01:00 |
|
Nicholas Marriott
|
75b2c1693e
|
Add --disable-utempter to build without it.
|
2016-04-03 23:55:38 +01:00 |
|
Nicholas Marriott
|
5658b628b9
|
Look for utempter_add_record to be sure we have the new utempter API, the old
utempter API was also using utempter.h.
|
2016-03-26 20:17:17 +00:00 |
|
Nicholas Marriott
|
92f187d1c2
|
Need to use pkg-config --static when doing a static build.
|
2015-12-12 22:04:25 +00:00 |
|
Nicholas Marriott
|
38cc1a1843
|
Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes
confusion.
|
2015-12-11 19:58:41 +00:00 |
|
Nicholas Marriott
|
a77960c540
|
Add reallocarray to compat.
|
2015-11-18 12:54:29 +00:00 |
|
Thomas Adam
|
7c78b2b756
|
Start working on tmux 2.2
|
2015-10-18 18:19:08 +01:00 |
|
Thomas Adam
|
310f0a960c
|
Update for 2.1 release.
|
2015-10-18 18:10:43 +01:00 |
|
Nicholas Marriott
|
166aa97f75
|
No more $Id$.
|
2015-09-14 15:59:21 +01:00 |
|
Nicholas Marriott
|
ef35c9f765
|
Add --enable-coverage for gcov.
|
2015-09-11 13:16:35 +01:00 |
|
Nicholas Marriott
|
2ebef95994
|
Sync up vis.* for stravis().
|
2015-09-01 21:08:19 +01:00 |
|
Nicholas Marriott
|
73f9f0334c
|
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
Raynor.
|
2015-07-13 14:19:50 +01:00 |
|
Nicholas Marriott
|
235e0bd65a
|
Update imsg*.[ch] from OpenBSD, including bzero->memset.
|
2015-07-12 19:46:58 +01:00 |
|
Nicholas Marriott
|
75061cb45d
|
I no longer need to care about GCC 3.
|
2015-06-04 08:50:20 +01:00 |
|
Nicholas Marriott
|
32bc8f4dd4
|
HTML bits are now elsewhere.
|
2015-06-04 01:21:41 +01:00 |
|
Thomas Adam
|
6525ca5158
|
Start working on 2.1
|
2015-05-07 00:00:44 +01:00 |
|
Nicholas Marriott
|
7536d690fd
|
Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.
|
2015-03-01 21:46:05 +00:00 |
|
Nicholas Marriott
|
68429cd0d3
|
Spaces to tabs.
|
2015-01-25 16:51:49 +00:00 |
|
Nicholas Marriott
|
32f1ceddc9
|
Tweak ordering and whitespace.
|
2014-12-06 00:07:55 +00:00 |
|
Nicholas Marriott
|
b2224947fa
|
Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported
by Dagobert Michelsen.
|
2014-09-23 10:44:45 +01:00 |
|
Nicholas Marriott
|
938d91d2c3
|
Tweak www and add RELEASE variable for current release version so we don't need
to turn it back and forth when updating.
|
2014-09-16 04:33:34 +01:00 |
|
Nicholas Marriott
|
93fe1b8659
|
Stupid comment.
|
2014-09-08 23:33:41 +01:00 |
|
Thomas Adam
|
92997b781a
|
Add compat/fparseln() for non-BSD systems
Linux and friends don't natively have fparseln() so add it to compat/ and
ensure autotools can pick it up.
|
2014-08-09 20:31:48 +01:00 |
|
Nicholas Marriott
|
19cb0a1a92
|
Might as well still allow autoconf 2.59.
|
2014-06-19 23:15:06 +01:00 |
|
Nicholas Marriott
|
248ad8bdb2
|
Next up is 2.0 not 1.10.
|
2014-04-17 15:26:26 +01:00 |
|
Nicholas Marriott
|
3625bcba24
|
Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor.
|
2014-03-08 08:44:24 +00:00 |
|