aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* memory: Document new additions to memory.hZyX2017-01-07
* memory: Restore entered_free_all_mem functionalityZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* lintJames McCoy2017-01-02
* vim-patch:7.4.1868James McCoy2017-01-01
* vim-patch:7.4.1866James McCoy2017-01-01
* os/shell: do_os_system(): Always show last chunk.Justin M. Keyes2016-12-10
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* memory.c: Prevent garbage collection when running out of memory.oni-link2015-11-13
* shada: Refactor file reading/writing to use os_openZyX2015-10-08
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* jemalloc: Force use of prefixed functions.Florian Walch2015-04-29
* deps: Add jemalloc as an optional dependencyThiago de Arruda2015-04-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* vim-patch:7.4.446Pavel Platto2015-01-20
* Macro cleanup: PROTOMichael Reed2015-01-14
* strcnt: remove unused parameterJustin M. Keyes2014-12-12
* memory: memcnt and strcnt.Scott Prager2014-12-11
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
|/
* Fix substitute newline: Memory functions: Improve style.Eliseo Martínez2014-11-24
* Merge pull request #1439 from jszakmeister/shuffle-some-includesJustin M. Keyes2014-11-11
|\
| * Move many includes down to the EXITFREE block.John Szakmeister2014-11-09
* | Fix warnings: memory.c: xcalloc(): 0 size calloc: CW.Eliseo Martínez2014-11-11
|/
* memory: implement xmemrchr()Scott Prager2014-11-07
* memory: memchrsub and strchrsubScott Prager2014-09-30
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* memory: Use i18n messages for memory-related errorsThiago de Arruda2014-09-12
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* Use strict function prototypes #945Pavel Platto2014-07-14
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Replace vim_strncpy calls: add STRLCPYDouglas Schneider2014-06-13
* Add function attributes to functions in memory.h #811Wesley Wiser2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* memory: add xstrlcpyNicolas Hillegeer2014-05-26
* Remove long_u: do_outofmem_msg().Eliseo Martínez2014-05-24
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19