index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-parse.y
Commit message (
Expand
)
Author
Age
*
Add helpers for the simple case of parse string and add to command queue.
nicm
2020-04-13
*
When parsing strings, put all commands in one group even if there are
nicm
2020-04-13
*
Add a way to mark environment variables as "hidden" so they can be used
nicm
2020-03-31
*
Ignore empty commands rather than adding them to the command list rather
nicm
2020-01-28
*
Change so that assignments may be specified alone - a command isn't
nicm
2020-01-27
*
Add function to the right file.
nicm
2019-12-12
*
Memory leaks, from Igor Wong in GitHub issue 1934.
nicm
2019-10-14
*
Do not lazily use BUFSIZ for "I don't care what size" when building
nicm
2019-10-03
*
Set up format tree for %if, GitHub issue 1896.
nicm
2019-09-10
*
Handle comments more correctly inside {}, from Avi Halachmi.
nicm
2019-06-18
*
Show filename with -v for source-file.
nicm
2019-06-14
*
A couple of minor parser changes around conditions: 1) only treat #{
nicm
2019-06-14
*
Add a -v flag to source-file to show the commands and line numbers.
nicm
2019-06-05
*
yacc(1) copies its union so it is not a good place to store
nicm
2019-06-02
*
Need stdlib.h, from Ben Boeckel.
nicm
2019-06-01
*
Allow % strings that are all numbers or %s, and fix a double free. Both
nicm
2019-05-31
*
No longer need to reduce line number by one.
nicm
2019-05-30
*
Use VIS_CSTYLE for the arguments and add the missing escapes it can
nicm
2019-05-29
*
The line number needs to be updated only after the \n is processed by
nicm
2019-05-29
*
Support \ooo escapes, from Avi Halachmi.
nicm
2019-05-29
*
Add an additional {} syntax for defining strings in the configuration
nicm
2019-05-27
*
Some other platforms doesn't support fmemopen(3) (not unexpectedly), so
nicm
2019-05-26
*
Merge cmd_list_parse into cmd-parse.y so it can use the new alias
nicm
2019-05-25
*
Fix line numbers - commands are added after the line ends so they need to
nicm
2019-05-23
*
Break the argument escaping code into a separate function and use it to
nicm
2019-05-23
*
Replace the split parser code (cfg.c and cmd-string.c) with a single
nicm
2019-05-23