aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
Commit message (Expand)AuthorAge
* 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
* vim_getenv: Use v:progpath instead of os_exepath.Justin M. Keyes2017-05-15
* os_term_is_nice: Return true for rxvt and iTerm.Justin M. Keyes2017-04-22
* *: Add comment to all C filesZyX2017-04-19
* os/env: Fix “invalid pointer to local” false positiveZyX2017-04-16
* win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
* win: os_get_hostname() #5416 (#6413)Justin M. Keyes2017-04-07
* 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* fileio: Refactor msg_add_fname to something which needs no commentsZyX2017-04-03
* coverity/161195: Increase scope of exe_nameJames McCoy2017-03-29
* vim_getenv: $VIMRUNTIME fallback: ../share/nvim/runtime (#6223)Justin M. Keyes2017-03-06
* os/*: Use os_buf instead of NameBuff, IObuff.Justin M. Keyes2017-02-12
* coverity/155968: resource leakJustin M. Keyes2017-02-09
* vim-patch:8.0.0280Justin M. Keyes2017-02-04
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* test: expand_env_esc()Justin M. Keyes2017-01-21
* Windows: vim_getenv(): Find runtime relative to nvim. #3303 (#5929)Justin M. Keyes2017-01-11
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* os/env.c: document remove_tail() properlyFelipe Oliveira Carvalho2016-05-15
* os/env.c: declare srcp and dst as restrict in expand_env_esc()Felipe Oliveira Carvalho2016-05-15
* os/env.c: cosmetic changes done during review of the fileFelipe Oliveira Carvalho2016-05-15
* Merge pull request #4277 from Jun-T/lang2localeJustin M. Keyes2016-02-26
|\
| * build: install *.mo into the "standard" directoryJun T2016-02-23
* | vim-patch:7.4.845watiko2016-02-21
* | vim-patch:7.4.832watiko2016-02-21
|/
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* doc: Remove more references to MS-DOSSeth Jackson2016-01-16
* Windows: Implement os_setenv() using _putenv_s()Rui Abreu Ferreira2015-12-12
* Windows: Define HOME environment variableRui Abreu Ferreira2015-12-08
* main,os/env: Fix lint errorsZyX2015-10-23
* os/env: Add functions that can iterate over colon-separated variablesZyX2015-10-23
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* Merge 'p' declaration with init in vim_version_dir()Mark Bainter2015-05-06
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Refactor get_env() to respect const qualifierMark Bainter2015-04-18
* Remove char_u: vim_setenv()Mark Bainter2015-04-18
* Remove char_u: vim_getenv()Mark Bainter2015-04-17
* Remove char_u: after_pathstep()Mark Bainter2015-04-17
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* remove char_u: vim_version_dir #2414Mark Bainter2015-04-12
* refactor remove_tail() function to no longer use char_u #2413Mark Bainter2015-04-12
* Refactor default_vim{,runtime}_dir to use char type. #2375Mark Bainter2015-04-12
* Remove potential NULL dereference. #2316Prajjwal Bhandari2015-03-31
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24