No description
Find a file
Sergey Poznyakoff cfb04c02a5 Improve variable handling.
Positional variables ($N and ${N}) are recognized. Variable names in
curly braces follow the same rules as unadorned ones.
This commit also changes memory reallocation strategy in wsplt_assign_var.
If ws_envbuf needs to be expanded, new allocation size is selected as
3/2 of the previous allocation, if that size is less than max(size_t).
2019-04-20 09:47:40 +03:00
doc Update docs 2018-11-15 10:14:33 +02:00
include Improve variable handling. 2019-04-20 09:47:40 +03:00
src Improve variable handling. 2019-04-20 09:47:40 +03:00
tests Port mailutils commit 2c2e3c50d6 2018-11-15 09:58:01 +02:00