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
/
memline.c
Commit message (
Expand
)
Author
Age
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
coverity/13777: String not null terminated: RI.
Eliseo Martínez
2015-03-22
*
Clarify an out-of-memory cleanup, remove a function-wide loop counter
Anton Ovchinnikov
2015-03-16
*
Merge pull request #2118 from rev112/fix_redundant_cast
John Szakmeister
2015-03-13
|
\
|
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
|
version: don't use NVIM_VERSION_* directly outside version.c
Björn Linse
2015-03-08
|
/
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Remove nonnullret deadcode: xmalloc.
Eliseo Martínez
2015-01-27
*
Macro cleanup: HAS_SWAP_EXISTS_ACTION
Michael Reed
2015-01-14
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
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: Enable -Wconversion.
Eliseo Martínez
2014-11-06
*
fileinfo: rename os_file_info_get_inode
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_size
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
*
Extract `tempfile` module from fileio
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
*
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
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
FileID: remove `CHECK_INODE` macro
Stefan Hoffmann
2014-06-27
*
FileID: remove last use of `st_ino` in memline.c
Stefan Hoffmann
2014-06-27
*
Replace vim_strncpy calls: memline.c
Douglas Schneider
2014-06-13
*
spelling fixes #827
Will Stamper
2014-06-12
*
coverity/13685: silence NUL-termnation fp
Nicolas Hillegeer
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_CON_DIALOG
Hinidu
2014-05-28
*
Remove FEAT_BYTEOFF
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
|
\
|
*
Remove OOM checks: ml_new_data()
Felipe Oliveira Carvalho
2014-05-19
|
*
Remove OOM checks: ml_new()
Felipe Oliveira Carvalho
2014-05-19
|
*
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