aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.2274 (#5439)Harm te Hennepe2016-10-12
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* path.c: Avoid code duplication for path separator checksRui Abreu Ferreira2016-08-18
* Windows: Check drive letter in absolute pathsRui Abreu Ferreira2016-08-18
* Add Windows support to path_is_absolute()Rui Abreu Ferreira2016-08-18
* Windows: get_past_head() (#5199)Rui Abreu Ferreira2016-08-13
* Windows: Don't use literal path separatorsRui Abreu Ferreira2016-08-09
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* vim-patch:7.4.896Rui Abreu Ferreira2016-05-08
* Linting.KillTheMule2016-05-02
* vim-patch:7.4.672KillTheMule2016-05-02
* *: Fix new linter errorsZyX2016-05-01
* Happy little, happy little, happy little linterKillTheMule2016-04-22
* vim-patch:7.4.871KillTheMule2016-04-22
* The trivial part of 7.4.871KillTheMule2016-04-22
* vim-patch:7.4.1120Jurica Bradaric2016-04-20
* vim-patch:7.4.1117Jurica Bradaric2016-04-20
* Fix linter errors.Jurica Bradaric2016-04-20
* vim-patch:7.4.1116Jurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* path.c: enable -WconversionCharles Joachim2016-03-27
* path.c: Fulfill the `@returns` conditionswatiko2016-02-21
* vim-patch:7.4.903watiko2016-02-21
* vim-patch:7.4.831watiko2016-02-21
* vim-patch:7.4.835Jurica Bradaric2016-02-09
* vim-patch:7.4.656Justin Gassner2016-01-25
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* win32: Fix syntax error in #ifndef block. #3968Rui Abreu Ferreira2016-01-10
* Windows: Ignore EW_ICASE in do_path_expandRui Abreu Ferreira2015-12-31
* Windows: Remove UNIX guard for pstrcmp()Rui Abreu Ferreira2015-12-11
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* *: Fix linter errorsZyX2015-10-23
* stdpaths: Do NOT create data directoriesZyX2015-10-23
* stdpaths,main: Remove all remaining memory leaksZyX2015-10-23
* Remove VLA from path_get_absolute_pathRui Abreu Ferreira2015-09-24
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
* path.c: Fix memory leak in expand_wildcards().oni-link2015-09-09
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* test: call scandir_next_with_dots() more than onceJustin M. Keyes2015-08-01
* Add the . and .. entries to glob()Felipe Morales2015-08-01
* minor cleanup. #2610Mark Bainter2015-05-13
* Fix a wrong expectation for vim_FullName() and FullName_save().John Szakmeister2015-05-09
* Update vim_FullName() to define fname as constMark Bainter2015-05-06
* Make fname const in path_get_absolute_path()Mark Bainter2015-05-06
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Remove char_u: fix_fname()Mark Bainter2015-05-06
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* Remove char_u: vim_FullName()Mark Bainter2015-05-06