aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
Commit message (Expand)AuthorAge
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* vim-patch:8.2.0942: expanding to local dir after homedir keeps "~/"zeertzjq2022-02-07
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* Use uv_os_homedir and current directory as backup when $HOME is not set (#13657)ffanzhang2021-01-10
* win: avoid duplicate separators in $PATH #12869Justin M. Keyes2020-09-08
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* os/env: fix pvs/v781Jan Edmund Lazo2019-12-26
* os_getenvname_at_index: Handle Windows env vars whose name starts with =James McCoy2019-12-11
* Add os_getfullenv_size/os_copyfullenvJames McCoy2019-12-11
* jobstart now supports env/clear_envMatthieu Coudron2019-12-11
* TUI/thread: guard env map from potential race with unibilium #11259erw72019-10-20
* Fix potential deadlock #11151erw72019-10-04
* Revert "win/os_env_exists(): workaround libuv bug #10734"Daniel Hahler2019-09-25
* env: use putenv_s for LC_ALL, LANG, etc. #11050erw72019-09-22
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Fix problems with message catalog directoryerw72019-06-09
* | win/env: Vim-compat: Empty string deletes env var #10743erw72019-08-11
* | win: expand nested env var #10662erw72019-08-11
* | win/os_env_exists(): workaround libuv bug #10734Justin M. Keyes2019-08-10
* | f_environ: cleanup/refactorDaniel Hahler2019-08-06
* | env: invalid pointer after os_setenv() #10558erw72019-07-23
|/
* vim-patch:8.1.0211: expanding a file name "~" results in $HOMEJan Edmund Lazo2019-05-25
* Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\
| * Fix environment variable on Windowserw72019-03-06
|/
* os/env: Fix completion of multibyte env var nameserw72019-03-03
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* os_getenv, os_setenv: revert "widechar" implJustin M. Keyes2019-02-26
* win: os_getenv(): use _wgetenv()Justin M. Keyes2019-02-25
* os_setenv: use _wputenv_s; remove vestigial code #7920Justin M. Keyes2019-02-25
* Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\
| * cleanup: Remove os_term_is_nice()Justin M. Keyes2018-12-30
* | vim-patch:8.1.0662: needlessly searching for tilde in stringJames McCoy2018-12-30
|/
* vim-patch:8.0.0883: invalid memory access with nonsensical scriptJan Edmund Lazo2018-08-24
* vim-patch:8.0.1012: MS-Windows: problem with $HOME when is was set internallyJan Edmund Lazo2018-07-24
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* expand_env_esc: fix invalid memory access (#8508)Justin M. Keyes2018-06-09
* *: Fix clint errorsZyX2018-04-22
* os/env: Refactor home_replace() to the new style and to return lengthZyX2018-04-09
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* vim_getenv: Remove redundant NULL check.Justin M. Keyes2017-05-20
* startup: init v:progpath before calling vim_getenv (#6755)Justin M. Keyes2017-05-17
* env_iter: Learn `delim` parameter.Justin M. Keyes2017-05-15