Commit Graph

180 Commits (603280cb286350c628ac2dfc06d5b8de135aa2af)

Author SHA1 Message Date
Nicholas Marriott a3011be0d2 Look for libevent2 differently from libevent for platforms with both. 2021-01-17 17:21:51 +00:00
Nicholas Marriott bfdc4373d7 Update closefrom from OpenSSH for macOS code which is now needed. 2020-11-17 17:57:21 +00:00
Nicholas Marriott 3eb1519bd7 Scaffold for oss-fuzz, from Sergey Nizovtsev. 2020-11-09 16:44:39 +00:00
Nicholas Marriott 72c46aa15e Add support for Haiku, from David Carlier. GitHub issue 2453. 2020-11-09 09:00:41 +00:00
Nicholas Marriott 572a6b21b5 Back to 3.3. 2020-11-03 08:41:24 +00:00
Nicholas Marriott 5306bb0db7 Update to 3.2-rc3, bring in all the changes from master. 2020-11-03 08:37:08 +00:00
Nicholas Marriott 991d5a9c74 Add compat for getdtablesize, GitHub issue 2406. 2020-10-07 09:39:43 +01:00
Nicholas Marriott 680e7a382f glibc's malloc is very bad about returning memory from the kernel, add a call
to its malloc_trim to prompt it to do so. Reported by Sarunas Valaskevicius.
2020-10-06 08:18:42 +01:00
Nicholas Marriott f43e3e5b4f Next version. 2020-09-30 13:36:58 +01:00
Nicholas Marriott 86433c6fb5 Merge tag '3.2-rc' into master
3.2-rc
2020-09-30 13:36:26 +01:00
Nicholas Marriott f70eda3817 Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander
Weele.
2020-09-30 13:27:35 +01:00
Nicholas Marriott 4f638c0e31 Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander
Weele.
2020-09-25 10:04:52 +01:00
Nicholas Marriott 233d14f4da Hide warnings due to Apple's stupidity with __dead, reported by Kurtis Rader. 2020-09-04 08:37:11 +01:00
Nicholas Marriott 31bc4c4346 3.2-rc version. 2020-07-24 08:38:34 +01:00
Nicholas Marriott a5f99e14c6 Update version. 2020-07-06 14:07:11 +01:00
Nicholas Marriott b30989a964 Pull 3.2-rc up to master. 2020-07-06 14:03:33 +01:00
Nicholas Marriott a109e839d1 Fix version. 2020-07-03 12:03:25 +01:00
Nicholas Marriott e450416c93 3.2-rc. 2020-06-22 12:55:10 +01:00
Nicholas Marriott 3a1fc7315c Add getline compat. 2020-06-18 21:01:55 +01:00
Nicholas Marriott b3cadf8260 Fix sys_signame check. 2020-04-16 10:15:33 +01:00
Nicholas Marriott 1aa2845026 Check for sys_signame. 2020-04-16 10:08:16 +01:00
Nicholas Marriott 0ced25ce50 Fix configure.ac. 2020-04-01 09:30:29 +01:00
Nicholas Marriott 1d4cdbc227 Merge branch '3.1-rc' 2020-04-01 09:30:12 +01:00
Nicholas Marriott af4b62d10b 3.1-rc3. 2020-03-18 07:55:33 +00:00
Nicholas Marriott b21a9b1c4e getopt varies too much between platforms, and we already use compat/getopt.c
for Linux so just use it everywhere.
2020-03-17 16:14:12 +00:00
Nicholas Marriott 80f20b8e4e getopt varies too much between platforms, and we already use compat/getopt.c
for Linux so just use it everywhere.
2020-03-17 16:07:06 +00:00
Nicholas Marriott e4898de98d Only need one lm. 2020-03-11 18:41:14 +00:00
Thomas Adam 256f7e8f38 Merge branch 'master' of github.com:tmux/tmux 2020-03-11 17:24:42 +00:00
Thomas Adam e512a3642a Merge branch 'obsd-master'
Also add a check for -lm via AC_SEARCH_LIBS in configure.ac for
portablility fixes.
2020-03-11 17:23:38 +00:00
Nicholas Marriott 6d9beccb41 Will need fmod. 2020-03-11 16:33:55 +00:00
Nicholas Marriott 07bf5cbd27 3.2 next. 2020-03-11 06:41:13 +00:00
Nicholas Marriott 444e9f3c58 Bump 3.1-rc up to master. 2020-03-11 06:38:43 +00:00
Nicholas Marriott 47174f5130 Next is 3.2. 2020-02-04 07:45:29 +00:00
Nicholas Marriott 63a69fe085 3.1-rc. 2020-02-04 07:21:04 +00:00
Nicholas Marriott 2dd9a4fb9c Bump version again. 2019-07-29 11:03:15 +01:00
Nicholas Marriott b8b865fb17 Bump 3.0-rc up to master. 2019-07-29 10:53:04 +01:00
Nicholas Marriott e7a530fe4c Next will be 3.1. 2019-05-28 15:48:31 +01:00
Nicholas Marriott 05d07413ff 3.0-rc. 2019-05-28 15:46:17 +01:00
Nicholas Marriott 9f0904ce6f Remove unused fparseln compat code. 2019-05-27 14:28:05 +01:00
Nicholas Marriott 4ce26b0393 Remove duplicate. 2019-05-23 13:32:18 +01:00
Thomas Adam 82bf0f4d48 configure.ac: add AC_PROC_YACC 2019-05-23 13:12:03 +01:00
Nicholas Marriott bf2cf33fc6 Add yacc(1) bits. 2019-05-23 13:04:41 +01:00
Nicholas Marriott 0a913b09cf For 3.0. 2019-03-26 14:38:20 +00:00
Nicholas Marriott 4f7a5d1e40 2.9 bits. 2019-03-26 14:37:27 +00:00
Nicholas Marriott c4b04b1624 Fixes for GNU/kFreeBSD from James Clarke. 2018-11-21 08:50:22 +00:00
Nicholas Marriott bc6211cca5 Instead of "master" for the version number, use "next-X.X". It is more
useful to include the next version number.
2018-10-19 08:35:23 +01:00
Nicholas Marriott af679326b2 Now master again. 2018-08-17 11:46:08 +01:00
Nicholas Marriott 9bdbe171b7 2.8-rc. 2018-08-17 11:31:16 +01:00
Nicholas Marriott ffebf00585 Solaris 11.4 and later prefers mdoc, from Alan Coopersmith. 2018-07-02 13:36:44 +01:00
Nicholas Marriott 80283f99fb Revert "2.7-rc."
This reverts commit ced74bd72c.
2018-03-22 11:18:26 +00:00