| Commit message (Expand) | Author | Age |
... | |
* | clint: disregard compound literal return | Nicolas Hillegeer | 2014-05-18 |
* | Fixed outdated comment in option.c | Thiago de Arruda | 2014-05-17 |
* | Removed `lalloc` prototype(again) | Thiago de Arruda | 2014-05-17 |
* | Fix `xmemdup` function signature | Thiago de Arruda | 2014-05-17 |
* | Replace unnecessary `xcalloc` call by `xmalloc` | Thiago de Arruda | 2014-05-17 |
* | Enable -Wconversion for API files and fix errors | Thiago de Arruda | 2014-05-17 |
* | Use more descriptive names for API primitive types | Thiago de Arruda | 2014-05-17 |
* | Refactor API to use one integer type: int64_t | Thiago de Arruda | 2014-05-17 |
* | Use `uintptr_t` as the hashtable type in helpers.c | Thiago de Arruda | 2014-05-17 |
* | Remove hardcoded type names from msgpack-gen.lua | Thiago de Arruda | 2014-05-17 |
* | Replace if (ga->ga_len) with if (!GA_EMPTY(ga)) | Felipe Oliveira Carvalho | 2014-05-17 |
* | Replace ga->ga_len == 0 checks with GA_EMPTY(ga) | Felipe Oliveira Carvalho | 2014-05-17 |
* | Replace ga->ga_len > 0 checks with !GA_EMPTY(ga) | Felipe Oliveira Carvalho | 2014-05-17 |
* | s/GA_EMPTY/GA_EMPTY_INIT_VALUE/ | Felipe Oliveira Carvalho | 2014-05-17 |
* | Introduce nvim namespace: Fix define guards. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix contrib youcompleteme. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix localization. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix clint. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix functional tests. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix unit tests. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix unmasked strings.h issue. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix project-local includes. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix relative includes. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix build process. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
* | Tell cmake to use `-isystem` third-party includes | Thiago de Arruda | 2014-05-15 |
* | Don't allow undefined references under Linux. | John Szakmeister | 2014-05-14 |
* | Add ${API_SOURCES} to `nvim-test` cmake target. | Thiago de Arruda | 2014-05-14 |
* | Use platform check for correct selection of khash type in helpers.c | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_get_vvar | Thiago de Arruda | 2014-05-13 |
* | API: Refactor vim_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_get_window_count | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_is_valid | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_get_window | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_is_valid | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_get_position | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_option | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_{height,width} | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_cursor | Thiago de Arruda | 2014-05-13 |
* | API: Implement `window_get_buffer` | Thiago de Arruda | 2014-05-13 |
* | Add new files to clint and fix reported errors | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_get_mark` | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_is_valid` | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_insert` | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_name | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_option | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement functions for deleting lines | Thiago de Arruda | 2014-05-13 |