1. 792455c Tweak test for program_invocation_short_name. by Nicholas Marriott · 8 years ago
  2. a24cf4a Can only check for one with AC_CHECK_LIB. by Nicholas Marriott · 8 years ago
  3. b79df1d Compat code for strndup and strnlen. by Nicholas Marriott · 8 years ago
  4. 514a723 Solaris fixes, mostly from Dagobert Michelsen. by Nicholas Marriott · 8 years ago
  5. 0f5a2c8 Look for libtinfo before libncurses. by Nicholas Marriott · 8 years ago
  6. c7c1018 Update sys/queue.h from OpenBSD. by Nicholas Marriott · 8 years ago
  7. acf331f Add b64_pton as well. by Nicholas Marriott · 8 years ago
  8. 61af9d7 Look for ncursesw as well as ncurses, based on a change from Bert van Hall. by Nicholas Marriott · 8 years ago
  9. 7e4908f If --enable-{utf8proc,utempter} is given, do not build without it. by Nicholas Marriott · 8 years ago
  10. c034670 Fix VIS_DQ check. by Nicholas Marriott · 8 years ago
  11. f20e3ee We need VIS_DQ in vis.h as well. by Nicholas Marriott · 8 years ago
  12. b951f06 Put AM_* back, but this time do a dance in configure.ac so that we can keep by Nicholas Marriott · 8 years ago
  13. 3742f66 Revert the AM_* change, I can't find a way to make AC_CHECK_HEADER use by Nicholas Marriott · 8 years ago
  14. 7d5fd5f Preserve existing AM_CPPFLAGS and AM_LDFLAGS values. by Nicholas Marriott · 8 years ago
  15. 7ba8452 CFLAGS/CPPFLAGS/LDFLAGS -> AM_*, requested by Dilyan Palauzov. by Nicholas Marriott · 8 years ago
  16. 733185d Can use enable_* rather than adding our own found_* variables, from Dilyan Palauzov. by Nicholas Marriott · 8 years ago
  17. e6f7180 tmux no longer uses openat() so we can remove the compatibilty function. by Nicholas Marriott · 8 years ago
  18. bb7cc8e Start working on 2.4 by Thomas Adam · 8 years ago
  19. 52869ed Release tmux 2.3 by Thomas Adam · 8 years ago 2.3
  20. 6e8f400 Do not use utf8proc by default. by Nicholas Marriott · 8 years ago
  21. c6cdab1 Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley. by Nicholas Marriott · 8 years ago
  22. 727ce7e Check for headers for ncurses and libevent as well as libraries. by Nicholas Marriott · 8 years ago
  23. 6c94774 Add support for using utf8proc with --enable-utf8proc, useful for platforms by Nicholas Marriott · 8 years ago
  24. 762fa58 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  25. cfef0c6 getprogname() and setproctitle() on Linux. by Nicholas Marriott · 9 years ago
  26. f2ec81c Add flag for -pg. by Nicholas Marriott · 9 years ago
  27. fe4e947 Add --static to PKG_CONFIG rather than replacing it. by Nicholas Marriott · 9 years ago
  28. 5391342 Start working on 2.3 by Thomas Adam · 9 years ago
  29. 9a4b45d Add CHANGES notes for 2.2 release by Thomas Adam · 9 years ago 2.2
  30. 75b2c16 Add --disable-utempter to build without it. by Nicholas Marriott · 9 years ago
  31. 5658b62 Look for utempter_add_record to be sure we have the new utempter API, the old by Nicholas Marriott · 9 years ago
  32. 92f187d Need to use pkg-config --static when doing a static build. by Nicholas Marriott · 9 years ago
  33. 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
  34. a77960c Add reallocarray to compat. by Nicholas Marriott · 9 years ago
  35. 7c78b2b Start working on tmux 2.2 by Thomas Adam · 9 years ago
  36. 310f0a9 Update for 2.1 release. by Thomas Adam · 9 years ago 2.1
  37. 166aa97 No more $Id$. by Nicholas Marriott · 9 years ago
  38. ef35c9f Add --enable-coverage for gcov. by Nicholas Marriott · 9 years ago
  39. 2ebef95 Sync up vis.* for stravis(). by Nicholas Marriott · 9 years ago
  40. 73f9f03 Check for flock in libbsd for AIX, and remove some getopt.h includes. From J by Nicholas Marriott · 9 years ago
  41. 235e0bd Update imsg*.[ch] from OpenBSD, including bzero->memset. by Nicholas Marriott · 9 years ago
  42. 75061cb I no longer need to care about GCC 3. by Nicholas Marriott · 9 years ago
  43. 32bc8f4 HTML bits are now elsewhere. by Nicholas Marriott · 9 years ago
  44. 6525ca5 Start working on 2.1 by Thomas Adam · 10 years ago
  45. 7536d69 Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output. by Nicholas Marriott · 10 years ago 2.0
  46. 68429cd Spaces to tabs. by Nicholas Marriott · 10 years ago
  47. 32f1ced Tweak ordering and whitespace. by Nicholas Marriott · 10 years ago
  48. b222494 Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported by Nicholas Marriott · 10 years ago
  49. 938d91d Tweak www and add RELEASE variable for current release version so we don't need by Nicholas Marriott · 10 years ago
  50. 93fe1b8 Stupid comment. by Nicholas Marriott · 10 years ago
  51. 92997b7 Add compat/fparseln() for non-BSD systems by Thomas Adam · 10 years ago
  52. 19cb0a1 Might as well still allow autoconf 2.59. by Nicholas Marriott · 10 years ago
  53. 248ad8b Next up is 2.0 not 1.10. by Nicholas Marriott · 11 years ago
  54. 3625bcb Add osdep-cgywin.c as a copy of osdep-linux.c, from J Raynor. by Nicholas Marriott · 11 years ago
  55. bf82f15 Missing period. by Nicholas Marriott · 11 years ago
  56. 4273c1b Use utempter to update utmp if it's around for configure, from madmaverick9 at by Nicholas Marriott · 11 years ago
  57. 7eed5ad Go back to working on 1.10 by Thomas Adam · 11 years ago
  58. 80d9964 Update CHANGES and configure.ac for 1.9a release by Thomas Adam · 11 years ago 1.9a
  59. 1ab0745 Working on 1.10 by Thomas Adam · 11 years ago
  60. c5d2de7 Update CHANGES and configure.ac for 1.9 release by Thomas Adam · 11 years ago 1.9
  61. cbf9224 Add AC_PROG_MKDIR_P. by Nicholas Marriott · 11 years ago
  62. ba014c1 NetBSD broke strnvis when they added it, check for that. by Nicholas Marriott · 11 years ago
  63. e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
  64. 796974d Check setupterm() in libtinfo also by Thomas Adam · 11 years ago
  65. 75f5b3d Add subdir-objects to shut automake up by Thomas Adam · 11 years ago
  66. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
  67. 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  68. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago
  69. 5fe0576 Working on 1.9 by Thomas Adam · 12 years ago
  70. 1b083aa Update CHANGES and configure.ac for 1.8 release. by Thomas Adam · 12 years ago 1.8
  71. e964ff7 Fix --disable-static, reported by Shea Levy. by Nicholas Marriott · 12 years ago
  72. 5cdc959 Working on 1.8 by Thomas Adam · 12 years ago
  73. 2b5c3fc Update NOTES, CHANGES, configure.ac for 1.7 release by Thomas Adam · 12 years ago 1.7
  74. 224255c Create a debug build by default. by Tiago Cunha · 13 years ago
  75. 74b2eaa Working on 1.7. by Tiago Cunha · 13 years ago
  76. 9803aee Releases don't have debugging enabled. by Tiago Cunha · 13 years ago
  77. cf31741 Use pkg-config for libevent. by Nicholas Marriott · 13 years ago
  78. a734171 Fix some warnings with newer autoconf, from Matt Curtis. by Nicholas Marriott · 13 years ago
  79. f62dcc1 Separate dfly from fbsd as one or the other keeps becoming incompatible by Nicholas Marriott · 13 years ago
  80. d635d79 The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh. by Nicholas Marriott · 13 years ago
  81. 0a4fd0f libm isn't needed anymore. by Tiago Cunha · 13 years ago
  82. ee5e979 Fix --enable-static and add a different check for b64_ntop that might work on by Nicholas Marriott · 13 years ago
  83. 20134fa Compatibility for b64_ntop, missing from some alternative libc. by Nicholas Marriott · 13 years ago
  84. 25eb48a Only get -lrt when needed, from Pietro Cerutti. by Nicholas Marriott · 13 years ago
  85. d86c6b2 Bump version and create a debug build by default. by Tiago Cunha · 13 years ago
  86. 8d63a99 Releases don't have debugging enabled. by Tiago Cunha · 13 years ago
  87. f16b6ae Use an empty CFLAGS by default to prevent autoconf from setting it when by Tiago Cunha · 13 years ago
  88. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  89. e14bf9b One of these gives us b64_ntop. by Nicholas Marriott · 14 years ago
  90. 75f218d If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  91. 5532615 Solaris is SunOS. by Nicholas Marriott · 14 years ago
  92. 324ffe2 Link with libm due to the upcoming patchset. by Tiago Cunha · 14 years ago
  93. 38f1691 Support for HP-UX. by Nicholas Marriott · 14 years ago
  94. a7b6445 Better __progname check. by Nicholas Marriott · 14 years ago
  95. 96fe3b2 Copy osdep-unknown.c for AIX to make @PLATFORM@ work. by Nicholas Marriott · 14 years ago
  96. 93fd9cc Check for optarg, optind, optreset. by Nicholas Marriott · 14 years ago
  97. f705c0e Whoops, bad copy and paste. by Nicholas Marriott · 14 years ago
  98. 11dcbd7 Support --enable-static. by Nicholas Marriott · 14 years ago
  99. 2bdae52 More indentation tweaking. by Nicholas Marriott · 14 years ago
  100. edc298d Wrap long line differently. by Nicholas Marriott · 14 years ago