aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
* Merge pull request #6735 from justinmk/funcattrJames McCoy2017-05-20
|\
| * path.c: Remove invalid FUNC_ATTR_NONNULL_RETJustin M. Keyes2017-05-13
* | env_iter: Learn `delim` parameter.Justin M. Keyes2017-05-15
* | startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
|/
* *: Add comment to all C filesZyX2017-04-19
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* fileio: Refactor msg_add_fname to something which needs no commentsZyX2017-04-03
* *: Fix some Windows-specific warningsZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* vim-patch:7.4.1991James McCoy2017-02-27
* win: executable(): full path without extensionJustin M. Keyes2017-02-04
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* add_pathsep(): Return false if filename is too long.cztchoice2017-01-23
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* path.c: `vim_FullName()`: Fix heap overflow #5737nfnty2017-01-05
* 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