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
/
fileio.c
Commit message (
Expand
)
Author
Age
*
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
*
vim-patch:7.4.274
Marco Hinz
2014-05-04
*
Remove unused function is_autocmd_blocked.
Thomas Wienecke
2014-05-03
*
Rename buf_modname to modname as they've become the same
Felipe Oliveira Carvalho
2014-05-02
*
Remove the always-FALSE shortname argument from buf_modname()
Felipe Oliveira Carvalho
2014-05-02
*
Remove the code related to the shortname option
Felipe Oliveira Carvalho
2014-05-02
*
Remove checks for SHORT_FNAME and USE_LONG_FNAME.
Chris Watkins
2014-05-02
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Test and refactor `shorten_fname` and `shorten_fname1`
John
2014-04-29
*
Use portable format specifiers: Clarify some casted expressions.
Eliseo Martínez
2014-04-28
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Remove `alloc_clear`
John Schmidt
2014-04-28
*
Remove O_EXTRA which was only for EMX and cygwin.
Chris Watkins
2014-04-24
*
No OOM error condition in prep_exarg()
Felipe Oliveira Carvalho
2014-04-24
*
(verbose_)?try_malloc() to use on buf_write()
Felipe Oliveira Carvalho
2014-04-24
*
Use xmalloc() and xmemdupz() in file_pat_to_reg_pat()
Felipe Oliveira Carvalho
2014-04-24
*
Use portable format specifiers: Case %ld - localized - vim_snprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - localized - sprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - sprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Remove branching with LONG_LONG_OFF_T.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %lld - localized - sprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %lld - plain - sprintf.
Eliseo Martínez
2014-04-23
*
Remove sizeof(int) < 4 related code
John Schmidt
2014-04-22
*
Remove 'textmode' option
Marco Hinz
2014-04-16
*
Remove modelines
Marco Hinz
2014-04-16
*
vim-patch:7.4.251
Marco Hinz
2014-04-16
*
removed vim_mkdir macro
Stefan Hoffmann
2014-04-11
*
removed mch_rmdir macro
Stefan Hoffmann
2014-04-11
*
removed mch_remove macro
Stefan Hoffmann
2014-04-11
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Remove more OOM error handling code
Felipe Oliveira Carvalho
2014-04-11
*
Change prefix from `os_*` to `path_*`
John Schmidt
2014-04-08
*
Implement job control
Thiago de Arruda
2014-04-07
*
Use stdbool in os module
Hinidu
2014-04-07
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Moved mch_get_pid and renamed it to os_get_pid
Stefan Hoffmann
2014-04-05
*
vim-patch:7.4.172
oni-link
2014-04-05
*
Remove unused define
Markus Breitenberger
2014-04-04
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Restore vim_rename
Hinidu
2014-04-04
*
Replace mch_rename and vim_rename with libuv
Hinidu
2014-04-04
*
Test and refactor gettail -> path_tail.
Thomas Wienecke
2014-04-03
*
cleaned up the readonly check in readfile()
Stefan Hoffmann
2014-04-03
*
move check_file_readonly() into /src/os/fs.c and rename it
Stefan Hoffmann
2014-04-03
*
check readonly by trying to open the file for writing...
Stefan Hoffmann
2014-04-03
*
Replace use of mch_rename with rename.
oni-link
2014-04-02
*
Move shorten_filenames back to fileio.c
John Schmidt
2014-04-01
*
Move shorten_fname{,1,s} and shorten_filenames from fileio.c
John Schmidt
2014-04-01
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
[next]