summaryrefslogtreecommitdiffstats
path: root/cmd-parse.y
AgeCommit message (Expand)Author
2019-06-14A couple of minor parser changes around conditions: 1) only treat #{nicm
2019-06-05If only one of -x or -y is given, use the calculated size for theNicholas Marriott
2019-06-02yacc(1) copies its union so it is not a good place to storenicm
2019-05-31Allow % strings that are all numbers or %s, and fix a double free. Bothnicm
2019-05-30No longer need to reduce line number by one.nicm
2019-05-29The line number needs to be updated only after the \n is processed bynicm
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-26Some other platforms doesn't support fmemopen(3) (not unexpectedly), sonicm
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm
2019-05-23Fix line numbers - commands are added after the line ends so they need tonicm
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm