summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-07-02This commit was manufactured by cvs2svn to create tag 'TMUX_0_9'.0.9no_author
2009-07-02If using the default login shell (empty default-command), strip any - prefix.Nicholas Marriott
2009-07-02Change default_window_name to use window_default_command if the actual cmd isNicholas Marriott
2009-07-02Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott
2009-07-02Update.Tiago Cunha
2009-07-02Solaris has no strcasestr.Nicholas Marriott
2009-07-01Don't see a reason for sys/cdefs.h here; remove it.Nicholas Marriott
2009-07-01$Id$.Nicholas Marriott
2009-07-01Move defines after includes to avoid multiple definition.Nicholas Marriott
2009-07-01Typo: bsdpoll.h -> bsd-poll.h.Nicholas Marriott
2009-07-01Change >| to rm/> as apparently Solaris /bin/sh doesn't like it.Nicholas Marriott
2009-07-01Try to make a bit more sense here.Nicholas Marriott
2009-07-01Comment FDEBUG and bump dist version.Nicholas Marriott
2009-07-01Changes for 0.9.Nicholas Marriott
2009-07-01Update with new UTF-8 environment variable information for 0.9.Nicholas Marriott
2009-07-01Using -l to specify a login shell is non-POSIX and causes problems with shellsNicholas Marriott
2009-07-01This file is not going to be used as much any longer, make a note.Nicholas Marriott
2009-07-01Update ready for 0.9Nicholas Marriott
2009-07-01When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-07-01Fix two errors with character/line insertion and deletion: the maximum numberNicholas Marriott
2009-07-01$Id$.Nicholas Marriott
2009-06-29Fix $Id$.Nicholas Marriott
2009-06-29Don't try to page up with scroll-mode -u or copy-mode -u unless the mode wasNicholas Marriott
2009-06-29Use gmtime_r so the current time isn't overwritten, the minute comparison worksNicholas Marriott
2009-06-29Copy the 256-colour flag into the tty saved cell as well as the actual colour,Nicholas Marriott
2009-06-29Add missing spaces before some alias closing brackets, otherwise they areNicholas Marriott
2009-06-26Whoops, revert.Nicholas Marriott
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-26After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott
2009-06-26Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott
2009-06-26Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to playNicholas Marriott
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-26Remove some dead assignments, found by sthen with clang.no_author
2009-06-26#ifndef nitems.Nicholas Marriott
2009-06-25Update TODO.Nicholas Marriott
2009-06-25vis compat stuff.Nicholas Marriott
2009-06-25Start of portability update: bitstring.h.Nicholas Marriott
2009-06-25Lose -V.Nicholas Marriott
2009-06-25Skip 8 line diffs ($Id$ change only).Nicholas Marriott
2009-06-25Comparison script.Nicholas Marriott
2009-06-25libgen.h.Nicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott
2009-06-25Whitespace and more syncing.Nicholas Marriott
2009-06-25Don't need linker magic anymore.Nicholas Marriott
2009-06-25No more xmalloc-debug.Nicholas Marriott
2009-06-25Fix rejects.Nicholas Marriott
2009-06-25Sync this properly.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25If getcwd() fails, use the user's home directory, or /, instead of failing withNicholas Marriott
2009-06-25lines variable can be -1 (to be ignored), so should be signed. Found by lint.Nicholas Marriott