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
/
memory.c
Commit message (
Expand
)
Author
Age
*
refactor: strlcat instead of str{n}cat.
cztchoice
2017-01-23
*
memory: Document new additions to memory.h
ZyX
2017-01-07
*
memory: Restore entered_free_all_mem functionality
ZyX
2017-01-07
*
unittest: Allow mocking allocator calls
ZyX
2017-01-07
*
lint
James McCoy
2017-01-02
*
vim-patch:7.4.1868
James McCoy
2017-01-01
*
vim-patch:7.4.1866
James McCoy
2017-01-01
*
os/shell: do_os_system(): Always show last chunk.
Justin M. Keyes
2016-12-10
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
memory.c: Prevent garbage collection when running out of memory.
oni-link
2015-11-13
*
shada: Refactor file reading/writing to use os_open
ZyX
2015-10-08
*
Remove instances of TRUE/FALSE macro
Steven Oliver
2015-09-04
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
jemalloc: Force use of prefixed functions.
Florian Walch
2015-04-29
*
deps: Add jemalloc as an optional dependency
Thiago de Arruda
2015-04-13
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
misc2.c: Move emsg* functions to message.c #2152
Michael Reed
2015-03-19
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
vim-patch:7.4.446
Pavel Platto
2015-01-20
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
strcnt: remove unused parameter
Justin M. Keyes
2014-12-12
*
memory: memcnt and strcnt.
Scott Prager
2014-12-11
*
Merge pull request #1497 from splinterofchaos/const-attr
Justin M. Keyes
2014-11-29
|
\
|
*
strings/memory: constify and func_attr.
Scott Prager
2014-11-27
*
|
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
|
/
*
Fix substitute newline: Memory functions: Improve style.
Eliseo Martínez
2014-11-24
*
Merge pull request #1439 from jszakmeister/shuffle-some-includes
Justin M. Keyes
2014-11-11
|
\
|
*
Move many includes down to the EXITFREE block.
John Szakmeister
2014-11-09
*
|
Fix warnings: memory.c: xcalloc(): 0 size calloc: CW.
Eliseo Martínez
2014-11-11
|
/
*
memory: implement xmemrchr()
Scott Prager
2014-11-07
*
memory: memchrsub and strchrsub
Scott Prager
2014-09-30
*
memory: xstrchrnul and xmemscan.
Scott Prager
2014-09-30
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
memory: Use i18n messages for memory-related errors
Thiago de Arruda
2014-09-12
*
Statically allocate NameBuff
Wayne Rowcliffe
2014-07-22
*
Use strict function prototypes #945
Pavel Platto
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
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
Replace vim_strncpy calls: add STRLCPY
Douglas Schneider
2014-06-13
*
Add function attributes to functions in memory.h #811
Wesley Wiser
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
memory: add xstrlcpy
Nicolas Hillegeer
2014-05-26
*
Remove long_u: do_outofmem_msg().
Eliseo Martínez
2014-05-24
*
Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'
Justin M. Keyes
2014-05-22
|
\
|
*
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
[next]