aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:8.2.4754: using cached values after unsetting some environment vari...zeertzjq2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: replace char_u with charDundar Goc2022-08-12
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* refactor: replace char_uDundar Goc2022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4750: small pieces of dead code (#18113)dundargoc2022-04-15
* 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