aboutsummaryrefslogtreecommitdiff
path: root/src/garray.c
Commit message (Expand)AuthorAge
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Inline ga_init()John Schmidt2014-03-31
* xrealloc(): similar to xmalloc()Felipe Oliveira Carvalho2014-03-31
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
* Use realloc instead of vim_reallocFelipe Oliveira Carvalho2014-03-26
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
* Use memset instead of vim_memsetFelipe Oliveira Carvalho2014-03-25
* Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garra...David Z. Chen2014-03-16
* Remove USE_SYSTEM and code only run under USE_SYSTEMSimen Endsjø2014-03-05
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28