aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hashtab.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* *: Add comment to all C filesZyX2017-04-19
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* *: Partial string handling refactoringZyX2017-02-15
* unittest: Add dict_items functionZyX2017-01-07
* vim-patch:7.4.1707Michael Ennen2016-11-25
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* No OOM in hash_may_resize() and hash_add_item()Felipe Oliveira Carvalho2014-06-16
* Add automatic generation of headersZyX2014-06-02
* Remove long_u: hashtab: Enable clint: Add to clint.Eliseo Martínez2014-05-24
* Remove long_u: hashtab: Refactor other types.Eliseo Martínez2014-05-24
* Remove long_u: hashtab: Refactor long_u type.Eliseo Martínez2014-05-24
* Remove long_u: hashtab: Enable -Wconversion.Eliseo Martínez2014-05-24
* Remove long_u: hashtab: Cleanup: Others.Eliseo Martínez2014-05-24
* Remove long_u: hashtab: Cleanup: Comments.Eliseo Martínez2014-05-24
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15