neovim/test/unit/os
Justin M. Keyes 89515304e4 os/env: use libuv v1.12 getenv/setenv API
- Minimum required libuv is now v1.12
- Because `uv_os_getenv` requires allocating, we must manage a map
  (`envmap` in `env.c`) to maintain the old behavior of `os_getenv` .
- free() map-items after removal. khash.h does not make copies of
  anything, so even its keys must be memory-managed by the caller.

closes #8398
closes #9267
2019-02-27 23:29:07 +01:00
..
env_spec.lua os/env: use libuv v1.12 getenv/setenv API 2019-02-27 23:29:07 +01:00
fileio_spec.lua Merge branch 'master' into s-dash-stdin 2017-12-03 16:49:30 +03:00
fs_spec.lua test: Rename includes/pre/uv-errno.h to includes/pre/uv.h 2018-07-11 00:26:07 -04:00
shell_spec.lua shell/logging: Fix E730 with verbose system({List}) #9009 2018-09-21 09:20:04 +02:00
users_spec.lua unittests: Check core dumps in after_each, like in functests 2017-03-11 23:23:49 +03:00