aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\
| * vim-patch:7.4.279Scott Prager2014-08-04
* | path.c: Learn invocation_path_tail().Scott Prager2014-08-17
* | Remove DONT_ADD_PATHSEP_TO_DIR used only in legacy MacPavel Platto2014-08-02
|/
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* FileID: refactor path.c to use `FileID`Stefan Hoffmann2014-06-27
* Replace vim_strncpy calls: path.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Removed FEAT_WINDOWSHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Replace ga->ga_len == 0 checks with GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* 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