| Commit message (Expand) | Author | Age |
* | Disable aliases inside aliases for the moment. | nicm | 2021-09-10 |
* | Fix parsing of aliases again (GitHub issue 2842), also make argument | nicm | 2021-09-09 |
* | Replace %% in command lists (by copying them) for template arguments , | nicm | 2021-08-27 |
* | Key bindings steal a reference to the command instead of adding their | nicm | 2021-08-23 |
* | Revert one of previous, for some reason it is being freed. | nicm | 2021-08-23 |
* | Fix a few memory leaks. | nicm | 2021-08-23 |
* | Insert alias in the right place, GitHub issue 2842. | nicm | 2021-08-22 |
* | Preserve argument type in command and convert to string on demand. | nicm | 2021-08-21 |
* | Pass typed arguments out of the parser into the arguments list and let | nicm | 2021-08-21 |
* | Stop caring about empty commands, just treat as a null command. | nicm | 2021-08-21 |
* | Preserve command group when moving temporary list to current list being | nicm | 2021-08-21 |
* | A couple more spacing fixes. | nicm | 2021-08-20 |
* | Actually parse contents of {} as a command and then convert to a string | nicm | 2021-08-20 |
* | Add a helper function for actually parsing the command. | nicm | 2021-08-20 |
* | Need to flatten arguments for aliases. | nicm | 2021-08-18 |
* | Push the conversion of {} to string up out of the parser and into the | nicm | 2021-08-18 |
* | Leave newlines inside multiline quotes. | nicm | 2020-12-01 |
* | Do not dereference NULL environment variable value, GitHub issue 2304. | nicm | 2020-07-13 |
* | A } can go on the same line as a command. | nicm | 2020-06-04 |
* | Allow strings to span multiple lines - newlines and any leading | nicm | 2020-06-04 |
* | Instead of using a custom parse function to process {}, treat it as a | nicm | 2020-06-04 |
* | Use the internal representation for UTF-8 keys instead of wchar_t and | nicm | 2020-05-25 |
* | 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 |