No description
Find a file
Sergey Poznyakoff f00da62cde Configurable order of lookups if both WRDSF_ENV and WRDSF_GETVAR are set
* src/wordsplit.h (WRDSO_GETVARPREF): New option.
* src/wordsplit.c (wordsplit_find_env): Rewrite as wsplt_env_lookup
wsplt_env_getvar): New function.
(expvar): Select preference of wsplt_env_lookup vs. wsplt_env_getvar
depending on the value if WRDSO_GETVARPREF option.
2019-06-13 14:20:20 +03:00
doc Update docs 2018-11-15 10:14:33 +02:00
include Configurable order of lookups if both WRDSF_ENV and WRDSF_GETVAR are set 2019-06-13 14:20:20 +03:00
src Configurable order of lookups if both WRDSF_ENV and WRDSF_GETVAR are set 2019-06-13 14:20:20 +03:00
tests Introduce error context 2019-05-15 16:37:09 +03:00