aboutsummaryrefslogtreecommitdiff
path: root/cmd-source-file.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2013-04-13
|\
| * Copy the client into the new cmdq in source-file so commands that workNicholas Marriott2013-04-12
| * Continue the parent cmdq after sourcing a file.Nicholas Marriott2013-03-25
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* | Continue the parent cmdq after sourcing a file.Nicholas Marriott2013-03-05
* | Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\|
| * Correctly aggregate together errors from nested config files (withNicholas Marriott2012-11-27
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Allow the config file parser and source-file to return "don't exit" toNicholas Marriott2010-12-29
| * Use the array.h code for the causes list.Nicholas Marriott2010-02-06
| * Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott2010-02-06
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
| * Use KEYC_NONE constant instead of 0 on init.Nicholas Marriott2009-09-21
| * When using source-file, run the commands in the context of the source-fileNicholas Marriott2009-08-23
| * Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
| * Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 811:Tiago Cunha2010-12-30
* Sync OpenBSD patchset 640:Tiago Cunha2010-02-08
* Sync OpenBSD patchset 635:Tiago Cunha2010-02-08
* Sync OpenBSD patchset 567:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 342:Tiago Cunha2009-09-22
* Sync OpenBSD patchset 290:Tiago Cunha2009-08-24
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
* Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott2009-01-19
* Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott2009-01-18
* Memory leak fix from Tiago Cunha.Nicholas Marriott2009-01-07
* Fix C-space and M-space.Nicholas Marriott2008-12-16
* source-file command from Tiago Cunha.Nicholas Marriott2008-12-15