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
/
memory.c
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
Add channel module
Thiago de Arruda
2014-05-12
*
Delete the lalloc() function
Felipe Oliveira Carvalho
2014-05-07
*
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
*
Use portable format specifiers: Case %lu - localized - EMSGU.
Eliseo Martínez
2014-05-04
*
memory: implement xstp(n)cpy
Nicolas Hillegeer
2014-04-29
*
Remove `alloc_clear`
John Schmidt
2014-04-28
*
(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 %lu - localized - EMSGN.
Eliseo Martínez
2014-04-23
*
Remove `lalloc_clear`
John Schmidt
2014-04-19
*
Replace `alloc_check` by `xmalloc`
John Schmidt
2014-04-10
*
Fix/add more files with to clint-files.txt
Thiago de Arruda
2014-04-08
*
Implement xcalloc and use it in klist.h (use xrealloc as well)
Felipe Oliveira Carvalho
2014-04-07
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Implement `xstrdup` and `xstrndup`
Thiago de Arruda
2014-04-06
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04