aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Collapse)AuthorAge
* Do not declare program_invocation_short_name because people can't make up theirNicholas Marriott2017-02-06
| | | | mind what type it should be.
* Update sys/queue.h from OpenBSD.Nicholas Marriott2017-02-06
|
* compat/* should not include tmux.h.Nicholas Marriott2017-01-25
|
* Add b64_pton as well.Nicholas Marriott2017-01-22
|
* Do not force symbols to width 1, from Yen Chi Hsuan.Nicholas Marriott2016-10-28
|
* tmux no longer uses openat() so we can remove the compatibilty function.Nicholas Marriott2016-10-13
|
* Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott2016-09-01
| | | | (like OS X) where the system implementation is crap. From Joshua Rubin.
* __progname -> getprogname()Thomas Adam2016-05-27
| | | | Fix fallout from recent use of getprogname(), which deprecates __progname.
* getprogname() and setproctitle() on Linux.Nicholas Marriott2016-05-27
|
* Fixed fgetln(3) implementation (from Joerg Jung) which does not depend on *BSDNicholas Marriott2016-02-19
| | | | fgets(3) semantics.
* Update my email address.Nicholas Marriott2016-01-19
|
* -sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff andNicholas Marriott2015-11-24
| | | | | sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by someone on GitHub, issue 212.
* Move tmux.h below system includes.Nicholas Marriott2015-11-21
|
* Add reallocarray to compat.Nicholas Marriott2015-11-18
|
* Fix available_fds when there is no AF_INET, reported by Mathieu Arnold.Nicholas Marriott2015-10-15
|
* Sync up vis.* for stravis().Nicholas Marriott2015-09-01
|
* Fix a warning, from Kosta Zertsekel.Nicholas Marriott2015-07-24
|
* Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor.Nicholas Marriott2015-07-15
|
* Update imsg*.[ch] from OpenBSD, including bzero->memset.Nicholas Marriott2015-07-12
|
* Don't leak dotfd if fchdir fails. From ettl dot martin78 at gmail dot com.Nicholas Marriott2015-06-10
|
* queue.h should come from compat.h.Nicholas Marriott2015-05-07
|
* Make place const to avoid a warning, from Ben Boeckel.Nicholas Marriott2015-03-31
|
* Add missing va_end, from Thomas Jarosch.Nicholas Marriott2014-12-15
|
* No need for $Id$ now.Nicholas Marriott2014-11-08
|
* Don't close random file descriptor on error, from J Raynor.Nicholas Marriott2014-09-25
|
* I broke last change, fix so it works, from J Raynor.Nicholas Marriott2014-09-23
|
* cdefs.h -> types.h.Nicholas Marriott2014-09-23
|
* Synchronize forkpty master and child to avoid hang on AIX with fast exitingNicholas Marriott2014-09-22
| | | | child and output left in the queue, from J Raynor.
* Add compat/fparseln.cThomas Adam2014-08-09
|
* Sync libutil from OpenBSD (imsg)Thomas Adam2014-08-09
| | | | | Changes in the imsg API need to be reflected here as tmux wasn't creating any clients because of it.
* Add openat() to compat.Nicholas Marriott2013-10-10
|
* +strings.h in compat/.Nicholas Marriott2013-06-25
|
* Add compat for cfmakeraw, from Dagobert Michelsen.Nicholas Marriott2013-04-22
|
* Return error for --foo when using compat/getopt.c.Nicholas Marriott2013-02-12
|
* Sync with OpenBSD. Mostly because of the added _SAFE macros which isTiago Cunha2012-07-12
| | | | | needed by an upcoming change.
* Remove remaining xfree calls from the portable version.Tiago Cunha2012-07-11
|
* Sync OpenBSD tree.h due to patchset 1104.Tiago Cunha2012-05-03
| | | | | Prompted by ore on #tmux.
* ANSIfy function prototypes, from Tim Ruehsen.Nicholas Marriott2012-03-02
|
* Can't use the same va_list twice, from Emanuele Giaquinta.Nicholas Marriott2011-07-25
|
* Compatibility for b64_ntop, missing from some alternative libc.Nicholas Marriott2011-07-22
|
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Add missing $Id$.Tiago Cunha2011-07-09
|
* Use the right asprintf since we don't support truly broken platforms right now.Nicholas Marriott2011-03-04
|
* Support for HP-UX.Nicholas Marriott2011-01-21
|
* Only have one asprintf implementation, that's likely to always work.Nicholas Marriott2011-01-21
|
* Trim spaces.Nicholas Marriott2011-01-10
|
* Missing HAVE_STDINT_H.Nicholas Marriott2011-01-07
|
* Whoops, get the logic the right way round.Nicholas Marriott2010-11-13
|
* malloc(0) may return NULL, so only assume that is an error if allocatingNicholas Marriott2010-11-11
| | | | | more than zero.
* Compat for closefrom().Nicholas Marriott2010-10-27
|