Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | win/os_env_exists(): workaround libuv bug #10734 | Justin M. Keyes | 2019-08-10 |
| | | | | | | | | | | os_env_exists() fails on MSVC build: os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN - Revert 396a3945c4eba733b3a99a7ded217af83a400791 - HACK: Windows: return TRUE if uv_os_getenv() returns UV_UNKNOWN, until libuv bug is fixed: https://github.com/libuv/libuv/issues/2413 ref https://github.com/neovim/neovim/commit/396a3945c4eba733b3a99a7ded217af83a400791#r34642361 | ||
* | test/environ_spec: Windows treats empty as undefined | Justin M. Keyes | 2019-08-10 |
| | | | | ref #10657 | ||
* | exists(): return false for empty env var #10657 | Daniel Hahler | 2019-08-09 |
| | | | | | Fixes https://github.com/neovim/neovim/issues/3266 close #10657 | ||
* | f_environ: cleanup/refactor | Daniel Hahler | 2019-08-06 |
- use os_getenvname_at_index / os_getenv - f_getenv: empty (*p == NUL) is not null (undefined) |