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
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
vim-patch:7.4.1305 #5094
Michael Ennen
2016-08-01
*
*: Fix new linter errors
ZyX
2016-05-01
*
regexp: Remove a leftover line.
Jurica Bradaric
2016-01-24
*
vim-patch:7.4.704
Jurica Bradaric
2016-01-24
*
vim-patch:7.4.685
Jurica Bradaric
2016-01-23
*
vim-patch:7.4.714
Michael Ennen
2016-01-13
*
vim-patch:7.4.776 #3062
Marco Hinz
2015-08-09
*
Remove POSIX 'cpoptions': '\'
Michael Reed
2015-07-19
*
vim-patch:7.4.736 #2998
cztchoice
2015-07-11
*
vim-patch:7.4.593 #2657
David Bürgin
2015-06-13
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
vim-patch:7.4.526 #2562
David Bürgin
2015-05-07
*
vim-patch:7.4.519
David Bürgin
2015-04-27
*
Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
vim-patch:7.4.497 #2295
David Bürgin
2015-04-05
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
Remove long_u: regexp: Refactor long_u.
Eliseo Martínez
2015-01-19
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Define and use the ARRAY_SIZE macro
Felipe Oliveira Carvalho
2014-12-18
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
vim-patch:7.4.437
Scott Prager
2014-11-13
*
Fix warnings: regexp.c: match_with_backref(): Nonnull violation: FP.
Eliseo Martínez
2014-11-06
*
Fix warnings: regexp.c: br_regcomp(): Np dereference: MI.
Eliseo Martínez
2014-11-06
*
Fix warnings: regexp.c: skip_regexp: Np dereference: FP.
Eliseo Martínez
2014-11-06
*
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
[next]