aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* 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
* 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