index
:
tmate
env-crash
master
wait-exit
Mirror of https://github.com/tmate-io/tmate
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat.h
Age
Commit message (
Expand
)
Author
2011-07-22
Typo.
Nicholas Marriott
2011-07-22
Compatibility for b64_ntop, missing from some alternative libc.
Nicholas Marriott
2011-07-09
Expand the Id keyword.
Tiago Cunha
2010-12-31
Switch tmux to use autoconf and automake.
Nicholas Marriott
2010-11-11
Fix AIX warnings.
Nicholas Marriott
2010-10-27
I am almost certain we don't need crypt or rt now, and it builds fine on
Nicholas Marriott
2010-10-27
And more.
Nicholas Marriott
2010-10-27
Style tweaks.
Nicholas Marriott
2010-10-27
Compat for closefrom().
Nicholas Marriott
2010-09-07
Solaris 9 has no stdint.h, ugh. Reported by a couple of people most
Nicholas Marriott
2010-06-06
imsg was moved into libutil on OpenBSD.
Tiago Cunha
2010-06-05
Should be const char *.
Nicholas Marriott
2010-05-19
Spacing nits.
Nicholas Marriott
2010-05-19
Solaris 9 is missing CMSG_ALIGN and some of the RFC2292 CMSG_*. From
Nicholas Marriott
2010-05-19
Solaris 9 doesn't have setenv and unsetenv so add compat versions, based
Nicholas Marriott
2009-11-08
Adjust recent libevent changes to the portable version.
Tiago Cunha
2009-10-06
Remove unneeded defines that were used with the internal locking mechanism.
Tiago Cunha
2009-09-23
Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due
Tiago Cunha
2009-09-03
- Make it compile on operating systems other than BSD due to OpenBSD patchset
Tiago Cunha
2009-09-02
OS X CMSG_FIRSTHDR is broken.
Nicholas Marriott
2009-08-26
ttydefchars is a fucking horlicks. Happily we only need it in one file, move it
Nicholas Marriott
2009-08-20
Solaris has no u_int32_t etc.
Nicholas Marriott
2009-08-20
Solaris has no bzero().
Nicholas Marriott
2009-08-20
Solaris and AIX have no ttydefaults.h.
Nicholas Marriott
2009-08-19
This is a better fix for OS X stupidity.
Nicholas Marriott
2009-08-16
Solaris has no strsep(3).
Nicholas Marriott
2009-08-14
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
Tiago Cunha
2009-07-28
Add PASS_MAX for glibc.
Tiago Cunha
2009-07-21
No paths.h in cmd.c; add _PATH_DEV for Solaris.
Nicholas Marriott
2009-07-02
Solaris has no strcasestr.
Nicholas Marriott
2009-07-01
Move defines after includes to avoid multiple definition.
Nicholas Marriott
2009-07-01
Typo: bsdpoll.h -> bsd-poll.h.
Nicholas Marriott
2009-06-25
vis compat stuff.
Nicholas Marriott
2009-06-25
Start of portability update: bitstring.h.
Nicholas Marriott
2009-06-25
More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.
Nicholas Marriott