aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
Commit message (Expand)AuthorAge
* 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
* strings: Enable -Wconvert.Scott Prager2014-11-27
* Use strict function prototypes #945Pavel Platto2014-07-14
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* spelling fixes #827Will Stamper2014-06-12
* Move documentation from function declarations to definitionsZyX2014-06-02
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15