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
/
garray.c
Commit message (
Expand
)
Author
Age
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
garray: comment and refactor a bit more
Nicolas Hillegeer
2014-04-29
*
garray: refactor and optimize ga_concat
Nicolas Hillegeer
2014-04-29
*
garray: make parameter of ga_concat_strings const
Nicolas Hillegeer
2014-04-29
*
garray: implement ga_concat_strings_sep
Nicolas Hillegeer
2014-04-29
*
garray: reimplement ga_concat_strings with stpcpy
Nicolas Hillegeer
2014-04-29
*
garray: refactor ga_grow
Nicolas Hillegeer
2014-04-29
*
Fix garray.* according to -Wconversion
Marco Hinz
2014-04-28
*
No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()
Felipe Oliveira Carvalho
2014-04-24
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Inline ga_init()
John Schmidt
2014-03-31
*
xrealloc(): similar to xmalloc()
Felipe Oliveira Carvalho
2014-03-31
*
Move remove_duplicates to garray.c
John Schmidt
2014-03-29
*
Use realloc instead of vim_realloc
Felipe Oliveira Carvalho
2014-03-26
*
Use memmove instead of mch_memmove
Felipe Oliveira Carvalho
2014-03-26
*
Use memset instead of vim_memset
Felipe Oliveira Carvalho
2014-03-25
*
Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garra...
David Z. Chen
2014-03-16
*
Remove USE_SYSTEM and code only run under USE_SYSTEM
Simen Endsjø
2014-03-05
*
Extract garray.c from misc2.c
Felipe Oliveira Carvalho
2014-02-28