summaryrefslogtreecommitdiff
path: root/common/argv.c
Commit message (Collapse)AuthorAgeFilesLines
* argv: Fix misinterpretation of backslash in quotesDaiki Ueno2017-02-161-1/+1
| | | | | Don't append the backslash character twice to the output. It is interpolated a few lines below, if it is really required.
* Pull the argv parsing code into its own fileStef Walter2013-05-211-0/+115
So it can be used from multiple code paths