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
/
memfile.c
Commit message (
Expand
)
Author
Age
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
vim-patch:7.4.1276
Michael Ennen
2016-05-17
*
Review of the memfile.c API and small refactorings
Felipe Oliveira Carvalho
2016-03-16
*
Windows: Include <fcntl.h> for file constants.
Seth Jackson
2016-01-17
*
Remove swapsync.
Seth Jackson
2016-01-14
*
Port fsync() to libuv.
Seth Jackson
2016-01-01
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
Remove char_u: FullName_save()
Mark Bainter
2015-05-06
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
refactor: split some more functions from misc1.c
bobtwinkles
2015-03-24
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
Review: Remove long_u: memfile: Add to clint.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Refactor: int -> bool.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Refactor: bhdr_T.bh_data: char_u* -> void*.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Refactor: mf_hashtab_T.mht_fixed: Remove.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Refactor: long_u -> size_t.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Enable -Wconversion.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Cleanup: Fix naming inconsistencies.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Cleanup: Others.
Eliseo Martínez
2014-11-06
*
Review: Remove long_u: memfile: Cleanup: Comments.
Eliseo Martínez
2014-11-06
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_blocksize
Stefan Hoffmann
2014-08-31
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
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
*
Add automatic generation of headers
ZyX
2014-06-02
*
Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'
Justin M. Keyes
2014-05-22
|
\
|
*
Remove OOM checks: mf_alloc_bhdr()
Felipe Oliveira Carvalho
2014-05-19
|
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
|
Remove cryptography
John Schmidt
2014-05-20
|
/
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15