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: remove redundant casts
ii14
2023-04-07
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)
zeertzjq
2023-01-14
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor: replace char_u with char
Dundar Göc
2022-08-27
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
chore(fixup): bfredl size_t
Dundar Göc
2022-01-01
*
refactor: avoid overflow by explicitly casting operand to a wider type
Dundar Göc
2021-12-31
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
cleanup: remove HAVE_SELINUX #10040
Justin M. Keyes
2019-05-21
*
:recover : Fix crash on non-existent *.swp #9504
raffitz
2019-01-15
*
mf_open(): never fails (except for OOM)
Justin M. Keyes
2018-05-17
*
Merge #4486 'refactor: Remove maxmem, maxmemtot options'
Justin M. Keyes
2018-05-02
|
\
|
*
Remove the mf_dont_release global after getting rid of maxmem[tot]
Felipe Oliveira Carvalho
2017-04-11
|
*
Remove maxmem and maxmemtot options
Felipe Oliveira Carvalho
2017-04-11
*
|
vim-patch:8.0.0074
Michael Schupikov
2017-12-15
*
|
io: more guards against NULL filename (#7159)
Justin M. Keyes
2017-08-13
*
|
vim-patch:7.4.1975
James McCoy
2017-06-04
*
|
memfile: Fix V547: always true condition
ZyX
2017-05-20
*
|
*: Add comment to all C files
ZyX
2017-04-19
|
/
*
job-control: set CLOEXEC on pty processes. #5986
Matthew Malcomson
2017-03-17
*
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
[next]