aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0488: using freed memory in quickfix codeShane Smith2019-10-27
* API: Context: save/restoreAbdelhakeem2019-07-27
* vim-patch:8.1.1632: build with EXITFREE but without +arabic failsJan Edmund Lazo2019-07-05
* Resolved compile warnings & fixed lot of style related to sign apiAndrej Zieger2019-05-26
* refactor: introduce XFREE_CLEAR()Justin M. Keyes2019-05-25
* floats: implement floating windowsBjörn Linse2019-03-02
* utf16_to_utf8: minor fixesJustin M. Keyes2019-02-25
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
* multigrid: avoid allocation when not ext_multigrid.Björn Linse2018-12-31
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* api: implement object namespacesBjörn Linse2018-11-24
* vim-patch:8.0.1214: accessing freed memory when EXITFREE is setJan Edmund Lazo2018-08-25
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* vim-patch:8.0.0468: g< after aborting an Ex command (#7941)KunMing Xie2018-06-21
* memory: Fix documentation of some string copying functionsZyX2018-04-09
* eval/typval: Log list actionsZyX2018-01-14
* vim-patch:8.0.0073ckelsel2017-07-23
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19
* win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
* eval: Split eval.c into smaller filesZyX2017-03-29
* DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* *: Fix linter errorsZyX2017-02-25
* memory: Free buffers after freeing variablesZyX2017-02-24
* vim-patch:7.4.2024Marco Hinz2017-02-04
* xstrlcat: Allow overlapped pointers. (#6017)Justin M. Keyes2017-01-31
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* 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