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
/
regexp.c
Commit message (
Expand
)
Author
Age
*
vim-patch:7.4.360
André Twupack
2014-09-21
*
vim-patch:7.4.293
Damián Silvani
2014-08-14
*
Remove SMALL_MALLOC. Used on MSDOS and WIN16.
Pavel Platto
2014-08-02
*
profiling: implement on top of os_hrtime()
Nicolas Hillegeer
2014-07-16
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
vim-patch:7.4.291 #879
oni-link
2014-07-11
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
No OOM in vim_strsave_escaped[_ext]()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: regexp.c
Douglas Schneider
2014-06-13
*
vim-patch:7.4.292 #754
oni-link
2014-06-06
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_EVAL
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
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
*
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