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
/
os
/
fs.c
Commit message (
Expand
)
Author
Age
*
Merge #7863 'mingw64: fix gcc warnings'
Justin M. Keyes
2018-01-20
|
\
|
*
Fix warning, read/write have unsigned int count on windows.
George Zhao
2018-01-19
|
*
Fix warning about NULL compare
George Zhao
2018-01-18
|
/
*
os_nodetype: rework
Justin M. Keyes
2017-11-17
*
os_open, os_stat: UV_EINVAL on NULL filename
Justin M. Keyes
2017-11-17
*
io: more guards against NULL filename (#7159)
Justin M. Keyes
2017-08-13
*
os_stat: return ENOENT on NULL filename arg
James McCoy
2017-08-10
*
buf_write(): wrong argument to os_fileinfo_hardlinks
Justin M. Keyes
2017-08-09
*
coverity/155509: negative close() arg
Justin M. Keyes
2017-06-14
*
startup: v:progpath fallback: path_guess_exepath
Justin M. Keyes
2017-05-15
*
test/fs: sanity check for literal "~" directory (#6579)
Justin M. Keyes
2017-04-24
*
*: Add comment to all C files
ZyX
2017-04-19
*
win: os_get_hostname() #5416 (#6413)
Justin M. Keyes
2017-04-07
*
eval: Move remaining get_tv_string* functions to eval/typval.c
ZyX
2017-03-29
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
os_set_cloexec: Fix condition. #5986
Justin M. Keyes
2017-03-17
*
job-control: set CLOEXEC on pty processes. #5986
Matthew Malcomson
2017-03-17
*
os/*: Use os_buf instead of NameBuff, IObuff.
Justin M. Keyes
2017-02-12
*
refactor: fix warnings
Justin M. Keyes
2017-02-04
*
win: executable(): full path without extension
Justin M. Keyes
2017-02-04
*
win: Append process dir to $PATH
Justin M. Keyes
2017-02-04
*
win: executable()
Justin M. Keyes
2017-02-04
*
win: fix warnings
Justin M. Keyes
2017-01-19
*
Windows: vim_getenv(): Find runtime relative to nvim. #3303 (#5929)
Justin M. Keyes
2017-01-11
*
os_nodetype: open fd with O_NONBLOCK (#5515)
Justin M. Keyes
2016-10-21
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
Create os_translate_sys_error()
Rui Abreu Ferreira
2016-08-07
*
os_resolve_shortcut: Report conversion error.
Justin M. Keyes
2016-07-30
*
mbyte.c: Move utf8/utf16 functions to mbyte.c
Justin M. Keyes
2016-07-30
*
utf16_to_utf8
Justin M. Keyes
2016-07-30
*
os_resolve_shortcut: cleanup
Justin M. Keyes
2016-07-30
*
os_resolve_shortcut: Remove legacy win16 codepath.
Justin M. Keyes
2016-07-30
*
utf8_to_utf16: adapt libuv's fs__capture_path
Justin M. Keyes
2016-07-30
*
os_resolve_shortcut: initial port from Vim source
Justin M. Keyes
2016-07-30
*
Remove redundant includes of unistd.h (#5126)
Rui Abreu Ferreira
2016-07-29
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
*: Satisfy linter (newest type casts rule)
ZyX
2016-06-24
*
file: Add buffered reading and writing
ZyX
2016-06-23
*
file,os/fs,shada: Separate opening, closing, writing and reading files
ZyX
2016-06-23
*
Remove some unnecessary function attributes (#4909)
oni-link
2016-06-11
*
os_nodetype: Return NODE_NORMAL if os_stat fails.
Justin M. Keyes
2016-05-22
*
Windows: Fix os_nodetype() default return
Rui Abreu Ferreira
2016-05-06
*
vim-patch:7.4.672
KillTheMule
2016-05-02
*
*: Fix new linter errors
ZyX
2016-05-01
*
Add missing include fcntl.h
Rui Abreu Ferreira
2016-04-29
*
os_nodetype: impl with libuv
Justin M. Keyes
2016-04-29
*
vim-patch:7.4.1114
Jurica Bradaric
2016-04-20
*
path.c: enable -Wconversion
Charles Joachim
2016-03-27
*
Windows: use $PATHEXT to find executables in path.
Rui Abreu Ferreira
2016-01-30
*
Windows: use ';' as env $PATH separator.
Rui Abreu Ferreira
2016-01-11
[next]