summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/arguments.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some includes.nicm2014-10-201-1/+2
* Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-111-4/+10
* Couple of fixes from cppcheck via Tiago Cunha.nicm2014-01-151-3/+2
* Simplify args_set, from Tiago Cunha.nicm2014-01-091-10/+6
* Include unistd.h as it is the standard location for getopt().okan2013-11-171-1/+2
* Instead of eating 1024 bytes or so for the arguments of each command,nicm2013-05-311-43/+79
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-13/+9
* Pass the right size to calloc (* not **).nicm2011-07-091-2/+2
* Free old argument even if setting to NULL.nicm2011-01-301-5/+6
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-0/+222