aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-11-19
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: format with uncrustify #15755dundargoc2021-09-24
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
* Remove '- 1' for sizes passed to xstrlcpyJan Edmund Lazo2021-05-19
* path.c: fix path_fnamencmperw72021-02-25
* path: add helper for checking a file extensiondm1try2020-12-01
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
* vim-patch:8.1.1143: may pass weird strings to file name expansionJan Edmund Lazo2020-01-26
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* Fix get_path_cutoff() on Windowserw72019-08-17
* os_can_exe: remove char_uJustin M. Keyes2019-07-21
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.0876: backslashes and wildcards in backticks don't workJan Edmund Lazo2019-05-07
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* clang/"null pointer dereference": expand_wildcardsJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* clang/"null passed to nonnull arg": expand_wildcardsJustin M. Keyes2019-01-13
* 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