aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/garray.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix gcc warningsZyX2016-04-18
* eval: Add jsonencode() functionZyX2016-04-18
* vim-patch:7.4.944watiko2016-01-10
* garray.c: Prevent ga_concat() using memcpy(NULL,...)oni-link2015-09-30
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Macro cleanup: PROTOMichael Reed2015-01-14
* GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho2014-12-11
* Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\
| * vim-patch:7.4.279Scott Prager2014-08-04
* | clang-analyzer: Fix dead stores in garray.c.Florian Walch2014-08-07
|/
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15