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
*
vim-patch:8.1.0958: compiling weird regexp pattern is very slow
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.2.0928: many type casts are used for vim_strnsave()
Jan Edmund Lazo
2020-12-27
*
vim-patch:8.2.2181: valgrind warnings for using uninitialized value
Jan Edmund Lazo
2020-12-21
*
vim-patch:8.2.2177: pattern "^" does not match if first character is combining
Jan Edmund Lazo
2020-12-21
*
vim-patch:8.2.2171: valgrind warning for using uninitialized value
Jan Edmund Lazo
2020-12-20
*
vim-patch:8.2.2121: internal error when using \ze before \zs in a pattern
Sean Dewar
2020-12-09
*
vim-patch:8.1.0809: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
vim-patch:8.2.1633: some error messages are internal but do not use iemsg()
Jan Edmund Lazo
2020-09-07
*
vim-patch:8.1.0862: no verbose version of character classes
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.1.0192: executing regexp recursively fails with a crash
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.2.0938: NFA regexp uses tolower ()to compare ignore-case
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0892: ubsan warns for undefined behavior
Jan Edmund Lazo
2020-06-04
*
vim-patch:8.1.2120: some MB_ macros are more complicated than necessary
Jan Edmund Lazo
2019-10-06
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
regexp: add function attributes
Jan Edmund Lazo
2019-07-25
*
vim-patch:8.1.0913: CI crashes when running out of memory
Jan Edmund Lazo
2019-07-25
*
vim-patch:8.1.0910: crash with tricky search pattern
Jan Edmund Lazo
2019-07-25
*
vim-patch:8.1.0907: CI tests on AppVeyor are failing
Jan Edmund Lazo
2019-07-25
*
vim-patch:8.1.0905: complicated regexp causes a crash
Jan Edmund Lazo
2019-07-25
*
regexp: use fixed types to avoid overflow
Jan Edmund Lazo
2019-07-24
*
Checks for overflow when parsing string to int
Gabriel
2019-07-24
*
vim-patch:8.1.0908: can't handle large value for %{nr}v in regexp
Jan Edmund Lazo
2019-07-24
*
PVS/V1037: suppress warning #10526
Ihor Antonov
2019-07-18
*
vim-patch:8.1.0641: no check for out-of-memory when converting regexp
Jan Edmund Lazo
2019-07-15
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
vim-patch:8.1.1249: compiler warning for uninitialized variable
Jan Edmund Lazo
2019-05-03
*
vim-patch:8.1.0170: invalid memory use with complicated pattern #9724
Jan Edmund Lazo
2019-03-13
*
Merge #9662 'vim-patch:8.0.{0643-0646}'
Justin M. Keyes
2019-03-08
|
\
|
*
lint: fix coding style
Billy Su
2019-03-08
|
*
vim-patch:8.0.0645: no error for illegal back reference in NFA engine
Billy Su
2019-03-07
|
*
vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusable
Billy Su
2019-03-07
|
/
*
vim-patch:8.1.0973: pattern with syntax error gives threee error messages
Justin M. Keyes
2019-03-01
*
vim-patch:8.1.0968: crash when using search pattern \%Ufffffc23
Justin M. Keyes
2019-03-01
*
lint
Jan Edmund Lazo
2019-02-17
*
vim-patch:8.1.0945: internal error when using pattern with NL in the range
Jan Edmund Lazo
2019-02-17
*
vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)
Justin M. Keyes
2018-11-29
*
src/nvim/eval.c
MichaHoffmann
2018-10-07
*
fixed lint errors
MichaHoffmann
2018-09-24
*
add func_attr_printf in :
MichaHoffmann
2018-09-24
*
lint
Jan Edmund Lazo
2018-09-21
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
vim-patch:8.0.1215: newer gcc warns for implicit fallthrough
Jan Edmund Lazo
2018-09-20
*
Remove has_mbytes local to lines changed in parent commit
ZviRackover
2018-09-09
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
lint: cleanup after parent commits
ZviRackover
2018-08-16
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
lint
Jan Edmund Lazo
2018-08-12
*
vim-patch:8.0.1397: pattern with \& following nothing gives an error
Jan Edmund Lazo
2018-08-12
*
lint
Jan Edmund Lazo
2018-08-11
[next]