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
/
fileio.c
Commit message (
Expand
)
Author
Age
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
fileinfo: change returntype of os_fileinfo_size
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
*
fileinfo: implement os_fileinfo_hardlinks
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_size
Stefan Hoffmann
2014-08-31
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
os_fchown: remove cast of parameter -1 to uid_t
Pavel Platto
2014-08-16
*
|
os_fchown: impl and remove HAVE_FCHOWN
Pavel Platto
2014-08-13
*
|
Remove FEAT_OSFILETYPE
Pavel Platto
2014-08-02
|
/
*
Fix #963.
Pavel Platto
2014-07-17
*
vim: move vim_acl_T to types.h
Nicolas Hillegeer
2014-07-16
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Add vim_gettempdir(), remove global vim_tempdir
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for Windows
Pavel Platto
2014-07-14
*
Remove USE_TMPNAM
Pavel Platto
2014-07-14
*
Remove HAVE_MKDTEMP
Pavel Platto
2014-07-14
*
Temporary os_mkdtemp implementation. Use it instead of mkdtemp.
Pavel Platto
2014-07-14
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
move errno.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
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
FileID: refactor buffer.c to use `FileID`
Stefan Hoffmann
2014-06-27
*
No OOM in enc_canonize()
Felipe Oliveira Carvalho
2014-06-16
*
au_get_grouparg() can't fail, remove error handling
Felipe Oliveira Carvalho
2014-06-16
*
spelling fixes #827
Will Stamper
2014-06-12
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Remove USE_CR and tag_fgets. #808
Justin M. Keyes
2014-06-06
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_EVAL
Hinidu
2014-05-28
*
Remove FEAT_AUTOCMD
Hinidu
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'
Justin M. Keyes
2014-05-22
|
\
|
*
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
*
|
Remove cryptography
John Schmidt
2014-05-20
|
/
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15