index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
path.c
Commit message (
Expand
)
Author
Age
...
*
Remove char_u: path_with_url()
Mark Bainter
2015-05-06
*
Remove char_u: path_is_url()
Mark Bainter
2015-05-06
*
Remove char_u: add_pathsep()
Mark Bainter
2015-05-06
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
Refactor after_pathsep() to use const qualified args
Mark Bainter
2015-04-18
*
Remove char_u: after_pathstep()
Mark Bainter
2015-04-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
passing-by: mark non-null return; remove invalid OOM check.
Justin M. Keyes
2015-04-12
*
Update comments for expand_wildcards functions.
oni-link
2015-04-05
*
os_scandir: fname_case -> path_fix_case
Scott Prager
2015-03-31
*
os_scandir: mch/unix_expandpath() -> path_expand()
Scott Prager
2015-03-31
*
Un-mch mch_has_(exp_)wildcard().
Scott Prager
2015-03-31
*
Remove platform dependent HAVE_OPENDIR #2010
Jonas Dourado
2015-03-17
*
Macro cleanup: USE_UNIXFILENAME
Michael Reed
2015-03-05
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).
Eliseo Martínez
2015-02-18
*
Remove nonnullret deadcode: xcalloc.
Eliseo Martínez
2015-01-27
*
Remove nonnullret deadcode: vim_strsave.
Eliseo Martínez
2015-01-27
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Remove Amiga remnants
Michael Reed
2014-12-19
*
vim-patch:7.4.423
Florian Walch
2014-12-18
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
vim-patch:7.4.248
Scott Prager
2014-09-30
*
vim-patch:7.4.235
Scott Prager
2014-09-17
*
path: learn save_absolute_path().
Scott Prager
2014-09-17
*
fileid: rename os_file_id_equal
Stefan Hoffmann
2014-08-31
*
fileid: rename os_get_file_id
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_file_info_id_equal
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
Merge pull request #1019 from splinterofchaos/globpath
Justin M. Keyes
2014-08-18
|
\
|
*
vim-patch:7.4.279
Scott Prager
2014-08-04
*
|
path.c: Learn invocation_path_tail().
Scott Prager
2014-08-17
*
|
Remove DONT_ADD_PATHSEP_TO_DIR used only in legacy Mac
Pavel Platto
2014-08-02
|
/
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move assert.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
FileID: refactor path.c to use `FileID`
Stefan Hoffmann
2014-06-27
*
Replace vim_strncpy calls: path.c
Douglas Schneider
2014-06-13
*
spelling fixes #827
Will Stamper
2014-06-12
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
Removed FEAT_WINDOWS
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
Replace ga->ga_len == 0 checks with GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
[prev]
[next]