Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not force symbols to width 1, from Yen Chi Hsuan. | Nicholas Marriott | 2016-10-28 |
| | |||
* | tmux no longer uses openat() so we can remove the compatibilty function. | Nicholas Marriott | 2016-10-13 |
| | |||
* | Add support for using utf8proc with --enable-utf8proc, useful for platforms | Nicholas Marriott | 2016-09-01 |
| | | | | (like OS X) where the system implementation is crap. From Joshua Rubin. | ||
* | __progname -> getprogname() | Thomas Adam | 2016-05-27 |
| | | | | Fix fallout from recent use of getprogname(), which deprecates __progname. | ||
* | getprogname() and setproctitle() on Linux. | Nicholas Marriott | 2016-05-27 |
| | |||
* | Fixed fgetln(3) implementation (from Joerg Jung) which does not depend on *BSD | Nicholas Marriott | 2016-02-19 |
| | | | | fgets(3) semantics. | ||
* | Update my email address. | Nicholas Marriott | 2016-01-19 |
| | |||
* | -sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and | Nicholas Marriott | 2015-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 Marriott | 2015-11-21 |
| | |||
* | Add reallocarray to compat. | Nicholas Marriott | 2015-11-18 |
| | |||
* | Fix available_fds when there is no AF_INET, reported by Mathieu Arnold. | Nicholas Marriott | 2015-10-15 |
| | |||
* | Sync up vis.* for stravis(). | Nicholas Marriott | 2015-09-01 |
| | |||
* | Fix a warning, from Kosta Zertsekel. | Nicholas Marriott | 2015-07-24 |
| | |||
* | Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor. | Nicholas Marriott | 2015-07-15 |
| | |||
* | Update imsg*.[ch] from OpenBSD, including bzero->memset. | Nicholas Marriott | 2015-07-12 |
| | |||
* | Don't leak dotfd if fchdir fails. From ettl dot martin78 at gmail dot com. | Nicholas Marriott | 2015-06-10 |
| | |||
* | queue.h should come from compat.h. | Nicholas Marriott | 2015-05-07 |
| | |||
* | Make place const to avoid a warning, from Ben Boeckel. | Nicholas Marriott | 2015-03-31 |
| | |||
* | Add missing va_end, from Thomas Jarosch. | Nicholas Marriott | 2014-12-15 |
| | |||
* | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
| | |||
* | Don't close random file descriptor on error, from J Raynor. | Nicholas Marriott | 2014-09-25 |
| | |||
* | I broke last change, fix so it works, from J Raynor. | Nicholas Marriott | 2014-09-23 |
| | |||
* | cdefs.h -> types.h. | Nicholas Marriott | 2014-09-23 |
| | |||
* | Synchronize forkpty master and child to avoid hang on AIX with fast exiting | Nicholas Marriott | 2014-09-22 |
| | | | | child and output left in the queue, from J Raynor. | ||
* | Add compat/fparseln.c | Thomas Adam | 2014-08-09 |
| | |||
* | Sync libutil from OpenBSD (imsg) | Thomas Adam | 2014-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 Marriott | 2013-10-10 |
| | |||
* | +strings.h in compat/. | Nicholas Marriott | 2013-06-25 |
| | |||
* | Add compat for cfmakeraw, from Dagobert Michelsen. | Nicholas Marriott | 2013-04-22 |
| | |||
* | Return error for --foo when using compat/getopt.c. | Nicholas Marriott | 2013-02-12 |
| | |||
* | Sync with OpenBSD. Mostly because of the added _SAFE macros which is | Tiago Cunha | 2012-07-12 |
| | | | | | needed by an upcoming change. | ||
* | Remove remaining xfree calls from the portable version. | Tiago Cunha | 2012-07-11 |
| | |||
* | Sync OpenBSD tree.h due to patchset 1104. | Tiago Cunha | 2012-05-03 |
| | | | | | Prompted by ore on #tmux. | ||
* | ANSIfy function prototypes, from Tim Ruehsen. | Nicholas Marriott | 2012-03-02 |
| | |||
* | Can't use the same va_list twice, from Emanuele Giaquinta. | Nicholas Marriott | 2011-07-25 |
| | |||
* | Compatibility for b64_ntop, missing from some alternative libc. | Nicholas Marriott | 2011-07-22 |
| | |||
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | Add missing $Id$. | Tiago Cunha | 2011-07-09 |
| | |||
* | Use the right asprintf since we don't support truly broken platforms right now. | Nicholas Marriott | 2011-03-04 |
| | |||
* | Support for HP-UX. | Nicholas Marriott | 2011-01-21 |
| | |||
* | Only have one asprintf implementation, that's likely to always work. | Nicholas Marriott | 2011-01-21 |
| | |||
* | Trim spaces. | Nicholas Marriott | 2011-01-10 |
| | |||
* | Missing HAVE_STDINT_H. | Nicholas Marriott | 2011-01-07 |
| | |||
* | Whoops, get the logic the right way round. | Nicholas Marriott | 2010-11-13 |
| | |||
* | malloc(0) may return NULL, so only assume that is an error if allocating | Nicholas Marriott | 2010-11-11 |
| | | | | | more than zero. | ||
* | Compat for closefrom(). | Nicholas Marriott | 2010-10-27 |
| | |||
* | Remove redundant preprocessor check (it's already taken care of by tmux.h). | Tiago Cunha | 2010-10-24 |
| | |||
* | Sync OpenBSD patchset 706: | Tiago Cunha | 2010-06-06 |
| | | | | | | Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE. | ||
* | Must allocate for putenv. | Nicholas Marriott | 2010-06-05 |
| | |||
* | Solaris 9 doesn't have setenv and unsetenv so add compat versions, based | Nicholas Marriott | 2010-05-19 |
| | | | | | on code from Dagobert Michelsen. |