summaryrefslogtreecommitdiff
path: root/common/stringop.c
AgeCommit message (Expand)AuthorLines
2023-04-14Add format_str() and vformat_str()Simon Ser-0/+33
2020-12-04common: make 'lenient_strcmp' arguments constPaul Riou-1/+1
2019-11-23Amend typosJason-1/+1
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth-0/+19
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin-16/+40
2019-03-11stringop.c: refactor a few functionsIan Fan-8/+5
2019-03-11stringop.c: clean up headersIan Fan-5/+5
2019-03-11stringop.c: remove unused functionsIan Fan-115/+0
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth-0/+3
2019-01-02fixup! stringop.c: rewrite strip_whitespaceIan Fan-4/+4
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan-17/+10
2018-12-09list.c: Remove list_foreachIan Fan-8/+0
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion-1/+1
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer-0/+14
2018-05-25Clean up container title functionsRyan Dwyer-0/+14
2017-06-06FreeBSD fixesjohalun-1/+1
2017-03-10UnGNUify the codebaseDrew DeVault-0/+1
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never r...Daniel Lockyer-1/+1
2016-04-02Fix spelling mistakesEric Engestrom-1/+1
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik-0/+26
2015-11-29Only strip comments at the start of a lineDrew DeVault-20/+0
2015-11-26Parse command line args for swaymsgDrew DeVault-0/+382