Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
9a476c5f29d404128da070f2fe35a66bbe29ed9b
/
cmd-parse.y
250fdd0
Handle comments more correctly inside {}, from Avi Halachmi.
by nicm
· 5 years ago
d1d3bbb
Show filename with -v for source-file.
by nicm
· 5 years ago
4520358
A couple of minor parser changes around conditions: 1) only treat #{
by nicm
· 5 years ago
8f40796
Add a -v flag to source-file to show the commands and line numbers.
by nicm
· 5 years ago
900238a
yacc(1) copies its union so it is not a good place to store
by nicm
· 5 years ago
39ea8a2
Need stdlib.h, from Ben Boeckel.
by nicm
· 5 years ago
82e4740
Allow % strings that are all numbers or %s, and fix a double free. Both
by nicm
· 5 years ago
8fb796b
No longer need to reduce line number by one.
by nicm
· 5 years ago
7dced37
Use VIS_CSTYLE for the arguments and add the missing escapes it can
by nicm
· 5 years ago
c17edd5
The line number needs to be updated only after the \n is processed by
by nicm
· 5 years ago
a4424fb
Support \ooo escapes, from Avi Halachmi.
by nicm
· 5 years ago
6b33212
Add an additional {} syntax for defining strings in the configuration
by nicm
· 5 years ago
6dee409
Some other platforms doesn't support fmemopen(3) (not unexpectedly), so
by nicm
· 6 years ago
f8d3d24
Merge cmd_list_parse into cmd-parse.y so it can use the new alias
by nicm
· 6 years ago
f3e01ec
Fix line numbers - commands are added after the line ends so they need to
by nicm
· 6 years ago
27bfb56
Break the argument escaping code into a separate function and use it to
by nicm
· 6 years ago
723010b
Replace the split parser code (cfg.c and cmd-string.c) with a single
by nicm
· 6 years ago