index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
garray.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: use uint8_t for blobs and ga_append() (#21916)
zeertzjq
2023-01-21
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: clint (#20600)
Lewis Russell
2022-10-12
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-10
*
refactor: pre-incr to post-incr
Lewis Russell
2022-08-25
*
refactor: replace char_u with char
Dundar Goc
2022-07-31
*
refactor: convert macros to all-caps (#17895)
dundargoc
2022-04-24
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
vim-patch:8.1.1439: ga_grow(): 1.5x growth rate #10699
Jan Edmund Lazo
2019-08-05
*
PVS/V1028: cast operands, not the result
Justin M. Keyes
2019-02-14
*
*: Add comment to all C files
ZyX
2017-04-19
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
*: Fix gcc warnings
ZyX
2016-04-18
*
eval: Add jsonencode() function
ZyX
2016-04-18
*
vim-patch:7.4.944
watiko
2016-01-10
*
garray.c: Prevent ga_concat() using memcpy(NULL,...)
oni-link
2015-09-30
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
2014-12-11
*
Merge pull request #1019 from splinterofchaos/globpath
Justin M. Keyes
2014-08-18
|
\
|
*
vim-patch:7.4.279
Scott Prager
2014-08-04
*
|
clang-analyzer: Fix dead stores in garray.c.
Florian Walch
2014-08-07
|
/
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
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: Move files.
Eliseo Martínez
2014-05-15