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_nfa.c
Commit message (
Expand
)
Author
Age
*
regexp_nfa: Fix invalid fallthrough in character class detection
James McCoy
2017-05-12
*
*: Comment intentional fallthroughs
James McCoy
2017-05-12
*
Merge #6460 from ZyX-I/1476-changes
Justin M. Keyes
2017-05-08
|
\
|
*
Merge branch 'master' into 1476-changes
ZyX
2017-04-10
|
|
\
|
*
|
strings: Remove vim_strbyte
ZyX
2017-04-07
*
|
|
*: Add comment to all C files
ZyX
2017-04-19
*
|
|
regexp_nfa: Remove octal constant
ZyX
2017-04-16
*
|
|
regexp_nfa: Remove another has_mbyte/…-checking code
ZyX
2017-04-16
|
|
/
|
/
|
*
|
lint: fix clint errors around mb_tolower calls
Björn Linse
2017-04-10
*
|
mbyte: replace vim_tolower with mb_tolower handling locale correctly
Björn Linse
2017-04-10
|
/
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
vim-patch:7.4.2355
Justin M. Keyes
2017-03-22
*
vim-patch:7.4.1793
Michael Ennen
2016-12-31
*
vim-patch:7.4.1708
James McCoy
2016-12-06
*
vim-patch:7.4.1967
Michael Ennen
2016-11-02
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
lint: Close resource leak (#5288)
Patrick Jackson
2016-09-03
*
vim-patch:7.4.1305 #5094
Michael Ennen
2016-08-01
*
*: Also fix the adjacent errors
ZyX
2016-06-11
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
*: Fix new linter errors
ZyX
2016-05-01
*
regexp_nfa.c: Fix various linter errors
James McCoy
2016-04-25
*
vim-patch:7.4.613
James McCoy
2016-04-25
*
vim-patch:7.4.937
watiko
2016-02-17
*
vim-patch:7.4.887
watiko
2016-02-15
*
regexp_nfa.c: Speed up find_match_text()
oni-link
2016-01-24
*
vim-patch:7.4.715 #4003
Michael Ennen
2016-01-13
*
vim-patch:7.4.623
Shougo Matsushita
2015-12-01
*
vim-patch:7.4.651 #3644
Shougo Matsushita
2015-11-10
*
regexp: Fix invalid multibyte reads at end of strings
Thiago de Arruda
2015-09-18
*
vim-patch:7.4.776 #3062
Marco Hinz
2015-08-09
*
vim-patch:7.4.600 #3081
cztchoice
2015-07-31
*
Remove POSIX 'cpoptions': '\'
Michael Reed
2015-07-19
*
vim-patch:7.4.593 #2657
David Bürgin
2015-06-13
*
vim-patch:7.4.582 #2653
David Bürgin
2015-05-26
*
Passing by: regexp_nfa.c: Convert add_here variable to bool
David Bürgin
2015-05-13
*
vim-patch:7.4.577
David Bürgin
2015-05-13
*
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
*
Remove always-true expressions
Anton Ovchinnikov
2015-03-16
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
coverity/13773: Resource leak: RI.
Eliseo Martínez
2015-02-11
*
Remove long_u: regexp: Refactor long_u.
Eliseo Martínez
2015-01-19
*
vim-patch:7.4.527
Florian Walch
2014-12-24
*
vim-patch:7.4.474
Florian Walch
2014-12-23
*
Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.
Eliseo Martínez
2014-11-15
*
vim-patch:7.4.437
Scott Prager
2014-11-13
[next]