Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename ga_init2() to ga_init() | John Schmidt | 2014-03-31 |
| | |||
* | Inline ga_init() | John Schmidt | 2014-03-31 |
| | |||
* | Move remove_duplicates to garray.c | John Schmidt | 2014-03-29 |
| | |||
* | Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, ↵ | David Z. Chen | 2014-03-16 |
| | | | | garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h | ||
* | Move garray_T from structs.h to garray.h | Felipe Oliveira Carvalho | 2014-03-07 |
| | |||
* | Remove __ARGS macro. Close #205 | Nicolas Pierron | 2014-03-02 |
| | | | | | | | | | This is a squash of all commits sent to #81. - Remove unused undef of __ARGS. - Fix mch_rename declaration. - Follow changes related to moved & extracted files. - Properly indent function declarations of getchar.h and quickfix.c. | ||
* | Extract garray.c from misc2.c | Felipe Oliveira Carvalho | 2014-02-28 |
Start to split misc2.c in many other files (see #209). |