Files
neovim/test/unit
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
..
2019-01-17 23:06:04 +01:00
2017-12-03 20:22:09 +03:00
2017-04-19 19:11:50 +03:00
2018-07-10 20:46:40 +02:00
2017-04-01 12:25:10 +03:00
2018-04-28 11:01:16 +02:00