aboutsummaryrefslogtreecommitdiff
path: root/src/garray.h
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* garray: refactor and optimize ga_concatNicolas Hillegeer2014-04-29
* garray: make parameter of ga_concat_strings constNicolas Hillegeer2014-04-29
* garray: implement ga_concat_strings_sepNicolas Hillegeer2014-04-29
* Fix garray.* according to -WconversionMarco Hinz2014-04-28
* Add FUNC_ATTR_NONNULL_RET to some functionsFelipe Oliveira Carvalho2014-04-24
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Inline ga_init()John Schmidt2014-03-31
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
* Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garra...David Z. Chen2014-03-16
* Move garray_T from structs.h to garray.hFelipe Oliveira Carvalho2014-03-07
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28