summaryrefslogtreecommitdiffstats
path: root/cmd-parse.y
AgeCommit message (Expand)Author
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-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
2019-05-29The line number needs to be updated only after the \n is processed bynicm
2019-05-29Support \ooo escapes, from Avi Halachmi.nicm
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