summaryrefslogtreecommitdiffstats
path: root/arguments.c
AgeCommit message (Expand)Author
2019-05-28Do not read past the end of the argument string if it is empty.nicm
2019-05-27Merge branch 'obsd-master'Thomas Adam
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-04-28Merge branch 'obsd-master'Thomas Adam
2019-04-28Support multiple occurances of the same argument. Use this for a newnicm
2017-08-23Merge branch 'obsd-master'Thomas Adam
2017-08-23Run alert hooks based on the options rather than unconditionally, fromnicm
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-04-22Do not need getopt.h.nicm
2017-01-18vis.h comes from compat.h.Nicholas Marriott
2017-01-18Merge branch 'obsd-master'Thomas Adam
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addnicm
2017-01-18Run arguments through vis() as well when printing them.nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Merge branch 'obsd-master'Thomas Adam
2016-10-10Some more static.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-11-27Merge branch 'obsd-master'Thomas Adam
2015-11-27Do not set a limit on the length of commands when printing them.nicm
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-08-29struct args_entry can go into arguments.c.nicm
2015-07-13Check for flock in libbsd for AIX, and remove some getopt.h includes. From JNicholas Marriott
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Tidy up some includes.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-11Don't blindly increase offsets by the return value of snprintf, if therenicm
2014-01-20Merge branch 'obsd-master'Thomas
2014-01-15Couple of fixes from cppcheck via Tiago Cunha.nicm
2014-01-09Simplify args_set, from Tiago Cunha.nicm
2013-11-17Include unistd.h as it is the standard location for getopt().okan
2013-05-31Merge branch 'obsd-master'Thomas Adam
2013-05-31Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-02-15Sync OpenBSD patchset 859:Tiago Cunha
2011-01-30Free old argument even if setting to NULL.Nicholas Marriott
2011-01-07Remove compat include.Tiago Cunha
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott