Rewritten internal environment functions.
Environment variables are now typed, so setting "set folder=1" won't cause coredumps anymore. The function util_getenv() is used to retrieve a variable of given data type. util_find_env() takes second argument specifying whether it should create a missing variable. This function is used only in util.c and var.c.
Showing
1 changed file
with
193 additions
and
67 deletions
-
Please register or sign in to post a comment