aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hashtab.c
Commit message (Expand)AuthorAge
* refactor: uncrustifydundargoc2023-04-26
* fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:9.0.1100: a hashtab with many removed items is not cleaned upzeertzjq2022-12-27
* vim-patch:9.0.1097: tests are failingzeertzjq2022-12-27
* vim-patch:9.0.1096: reallocating hashtab when the size didn't changezeertzjq2022-12-27
* vim-patch:8.2.1209: Vim9: test failurezeertzjq2022-12-17
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* docs: various #12823Justin M. Keyes2022-10-09
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* 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