summaryrefslogtreecommitdiff
path: root/include/stringop.h
AgeCommit message (Collapse)AuthorLines
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik-0/+5
This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work.
2015-11-21stringop: lenient_strcmp: Add.S. Christoffer Eliesen-0/+3
2015-11-12We don't need to implement strdupDrew DeVault-1/+0
After defining _GNU_SOURCE
2015-09-18merge + no c_extensionstaiyu-1/+6
2015-09-18Fix warnings introduced by prior commitDrew DeVault-0/+5
2015-09-14multi command keybindstaiyu-0/+6
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault-1/+1
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12new_workspace null behavior + testmap functions + regextaiyu-1/+1
2015-09-07config modestaiyu-2/+10
2015-08-23split_string memory leaks cleaneduptaiyu-0/+3
2015-08-20added IPC messages get_workspaces and get_outputsminus-0/+1
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet.
2015-08-18Revert "enhanced whitespace remover"Drew DeVault-2/+2
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18enhanced whitespace removertaiyu-2/+2
2015-08-16Move headers to include/Drew DeVault-0/+14