aboutsummaryrefslogtreecommitdiff
path: root/cmd-parse.y
Commit message (Expand)AuthorAge
* Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-29
* The line number needs to be updated only after the \n is processed bynicm2019-05-29
* Support \ooo escapes, from Avi Halachmi.nicm2019-05-29
* Add an additional {} syntax for defining strings in the configurationnicm2019-05-27
* Some other platforms doesn't support fmemopen(3) (not unexpectedly), sonicm2019-05-26
* Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm2019-05-25
* Fix line numbers - commands are added after the line ends so they need tonicm2019-05-23
* Break the argument escaping code into a separate function and use it tonicm2019-05-23
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23