summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Expand)Author
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1113:Tiago Cunha
2012-05-17Ignore line continuation when escaped as \\, from Simon Nicolussi.Nicholas Marriott
2011-08-25Sync OpenBSD patchset 951:Tiago Cunha
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-30Sync OpenBSD patchset 811:Tiago Cunha
2010-12-29Allow the config file parser and source-file to return "don't exit" toNicholas Marriott
2010-06-06Sync OpenBSD patchset 704:Tiago Cunha
2010-05-25Fix an out-of-date comment.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 640:Tiago Cunha
2010-02-08Sync OpenBSD patchset 635:Tiago Cunha
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2009-11-28Sync OpenBSD patchset 567:Tiago Cunha
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-08-24Sync OpenBSD patchset 290:Tiago Cunha
2009-08-24Sync OpenBSD patchset 289:Tiago Cunha
2009-08-23When using source-file, run the commands in the context of the source-fileNicholas Marriott
2009-08-23The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott
2009-08-09Sync OpenBSD patchset 233:Tiago Cunha
2009-08-09Don't leak in the (rare) case of an invalid command at the end of a file notNicholas Marriott
2009-07-30Sync OpenBSD patchset 206:Tiago Cunha
2009-07-30Don't babysit people and let them try to load /dev/zero or (more useful)Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-21stat(2) files before trying to load them to avoid problems, for example with ...Nicholas Marriott
2009-03-31Close .tmux.conf... DOH.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2008-07-25Environment variables in configuration file.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-19Handle commented lines.Nicholas Marriott
2008-06-19Convert cfg.c to use cmd-string stuff.Nicholas Marriott
2008-06-16Fix some stupid parser bugs, most notably forgetting to allocate space for \0.Nicholas Marriott