aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* vim-patch:8.0.1464: add slash when completing directory #8684Jan Edmund Lazo2018-07-10
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo2018-06-08
* path: Silence PVS/V557: impossible to reach with NUL-terminated stringZyX2018-04-17
* path: Fix PVS/V560: condition is essentially `A && A`ZyX2018-04-17
* refactor/rename: path_to_absolute()Justin M. Keyes2018-03-24
* refactor/rename: path_try_shorten_fname()Justin M. Keyes2018-03-24
* refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* fixup: lint errorsJan Edmund Lazo2018-01-28
* win: explicitly specify pathsepJan Edmund Lazo2018-01-28
* fixup: compile-time errorsJan Edmund Lazo2018-01-28
* win: detect / and \ as root path separatorJan Edmund Lazo2018-01-28
* Fix warning about conversion on mingw64George Zhao2018-01-18
* win: vim_FullName(): force backslashes #7287Ignas Anikevicius2017-10-02
* 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