wordsplit/include
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
..
wordsplit.h Improve variable handling. 2019-04-20 09:47:40 +03:00