aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(decorations): move provider codeLewis Russell2022-03-10
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | vim-patch:8.2.2922: computing array length is done in various waysVVKot2021-11-21
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* fix(PVS V507): false positiveJustin M. Keyes2021-09-24
* refactor: format with uncrustify #15741dundargoc2021-09-22
* luaref: free decoration providersBjörn Linse2021-04-03
* lua: track reference ownership with ASAN when presentBjörn Linse2021-04-03
* 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