aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Fix sys_signame check.Nicholas Marriott2020-04-16
|
* Check for sys_signame.Nicholas Marriott2020-04-16
|
* Fix configure.ac.Nicholas Marriott2020-04-01
|
* Merge branch '3.1-rc'Nicholas Marriott2020-04-01
|\
| * 3.1-rc3.Nicholas Marriott2020-03-18
| |
| * getopt varies too much between platforms, and we already use compat/getopt.cNicholas Marriott2020-03-17
| | | | | | | | for Linux so just use it everywhere.
* | getopt varies too much between platforms, and we already use compat/getopt.cNicholas Marriott2020-03-17
| | | | | | | | for Linux so just use it everywhere.
* | Only need one lm.Nicholas Marriott2020-03-11
| |
* | Merge branch 'master' of github.com:tmux/tmuxThomas Adam2020-03-11
|\ \
| * | Will need fmod.Nicholas Marriott2020-03-11
| | |
* | | Merge branch 'obsd-master'Thomas Adam2020-03-11
|/ / | | | | | | | | Also add a check for -lm via AC_SEARCH_LIBS in configure.ac for portablility fixes.
* / 3.2 next.Nicholas Marriott2020-03-11
|/
* Bump 3.1-rc up to master.Nicholas Marriott2020-03-11
|
* Next is 3.2.Nicholas Marriott2020-02-04
|
* 3.1-rc.Nicholas Marriott2020-02-04
|
* Bump version again.Nicholas Marriott2019-07-29
|
* Bump 3.0-rc up to master.Nicholas Marriott2019-07-29
|
* Next will be 3.1.Nicholas Marriott2019-05-28
|
* 3.0-rc.Nicholas Marriott2019-05-28
|
* Remove unused fparseln compat code.Nicholas Marriott2019-05-27
|
* Remove duplicate.Nicholas Marriott2019-05-23
|
* configure.ac: add AC_PROC_YACCThomas Adam2019-05-23
|
* Add yacc(1) bits.Nicholas Marriott2019-05-23
|
* For 3.0.Nicholas Marriott2019-03-26
|
* 2.9 bits.Nicholas Marriott2019-03-26
|
* Fixes for GNU/kFreeBSD from James Clarke.Nicholas Marriott2018-11-21
|
* Instead of "master" for the version number, use "next-X.X". It is moreNicholas Marriott2018-10-19
| | | | useful to include the next version number.
* Now master again.Nicholas Marriott2018-08-17
|
* 2.8-rc.Nicholas Marriott2018-08-17
|
* Solaris 11.4 and later prefers mdoc, from Alan Coopersmith.Nicholas Marriott2018-07-02
|
* Revert "2.7-rc."Nicholas Marriott2018-03-22
| | | | This reverts commit ced74bd72c7f7cbf702d2351b11cb8d7c6af64e4.
* 2.7-rc.Nicholas Marriott2018-03-22
|
* msys is apparently a cygwin variant that doesn't say it is cygwin...Nicholas Marriott2018-01-16
|
* Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl.Nicholas Marriott2017-10-17
|
* 2.6-rc3.Nicholas Marriott2017-09-11
|
* 2.6-rc2.Nicholas Marriott2017-09-10
|
* Add to CHANGES.Nicholas Marriott2017-08-30
|
* 2.6-rc version.Nicholas Marriott2017-08-30
|
* Back to master.Nicholas Marriott2017-08-29
|
* 2.6-rc version.Nicholas Marriott2017-08-29
|
* Set AM_CFLAGS for ncurses libraries, reported by Peter Schow.Nicholas Marriott2017-06-09
|
* Add memmem to compat.Nicholas Marriott2017-06-09
|
* Add a small dance to daemon() to reattach tmux to the user's namespace (whichNicholas Marriott2017-06-06
| | | | | | | | | | | | | allows access to the clipboard) on OS X 10.10 and above. Chis Johnsen has done much work on and documentation of this issue, the code is copied (with some tweaks) from his reattach-to-user-namespace at: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard Tested by Enrico Ghirardi. Will see how this goes, if it breaks stuff it might go away again.
* Need to check libutil for fparseln.Nicholas Marriott2017-05-17
|
* Back to master.Nicholas Marriott2017-05-09
|
* 2.5-rc and changes.Nicholas Marriott2017-05-09
|
* getptmfd() and fdforkpty() compat.Nicholas Marriott2017-04-20
|
* Turn on debug if $VERSION is master rather than commenting and uncommenting.Nicholas Marriott2017-04-20
|
* Update imsg*.c from OpenBSD.Nicholas Marriott2017-04-11
|
* Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove someNicholas Marriott2017-03-24
| | | | bits it doesn't.