index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regexp_nfa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0414: matchstr() still does not match column offset
v9.0.0414
Bram Moolenaar
2022-09-08
1
-6
/
+8
*
patch 9.0.0407: matchstr() does match column offset
v9.0.0407
Bram Moolenaar
2022-09-07
1
-1
/
+1
*
patch 9.0.0228: crash when pattern looks below the last line
v9.0.0228
Bram Moolenaar
2022-08-19
1
-4
/
+10
*
patch 9.0.0067: cannot show virtual text
v9.0.0067
Bram Moolenaar
2022-07-25
1
-1
/
+3
*
patch 8.2.5137: cannot build without the +channel feature
v8.2.5137
Bram Moolenaar
2022-06-20
1
-0
/
+2
*
patch 8.2.5115: search timeout is overrun with some patterns
v8.2.5115
Bram Moolenaar
2022-06-17
1
-21
/
+27
*
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
v8.2.5057
Paul Ollis
2022-06-05
1
-34
/
+12
*
patch 8.2.5036: using two counters for timeout check in NFA engine
v8.2.5036
Bram Moolenaar
2022-05-28
1
-21
/
+17
*
patch 8.2.5028: syntax regexp matching can be slow
v8.2.5028
Bram Moolenaar
2022-05-27
1
-4
/
+20
*
patch 8.2.4978: no error if engine selection atom is not at the start
v8.2.4978
Christian Brabandt
2022-05-18
1
-0
/
+8
*
patch 8.2.4693: new regexp does not accept pattern "\%>0v"
v8.2.4693
Bram Moolenaar
2022-04-05
1
-1
/
+3
*
patch 8.2.4688: new regexp engine does not give an error for "\%v"
v8.2.4688
Bram Moolenaar
2022-04-04
1
-1
/
+7
*
patch 8.2.4649: various formatting problems
v8.2.4649
Bram Moolenaar
2022-03-30
1
-2
/
+4
*
patch 8.2.4592: search continues after giving E1204
v8.2.4592
Bram Moolenaar
2022-03-19
1
-1
/
+4
*
patch 8.2.4546: duplicate #undef
v8.2.4546
zeertzjq
2022-03-11
1
-1
/
+0
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-128
/
+59
*
patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong
v8.2.4029
Bram Moolenaar
2022-01-07
1
-24
/
+29
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-12
/
+12
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-19
/
+12
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-2
/
+2
*
patch 8.2.4005: error messages are spread out
v8.2.4005
Bram Moolenaar
2022-01-04
1
-3
/
+2
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-2
/
+2
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-2
/
+2
*
patch 8.2.3855: illegal memory access when displaying a blob
v8.2.3855
Yegappan Lakshmanan
2021-12-19
1
-3
/
+3
*
patch 8.2.3825: various comments could be improved
v8.2.3825
Bram Moolenaar
2021-12-16
1
-1
/
+1
*
patch 8.2.3749: error messages are everywhere
v8.2.3749
Bram Moolenaar
2021-12-05
1
-4
/
+4
*
patch 8.2.3612: using freed memory with regexp using a mark
v8.2.3612
Bram Moolenaar
2021-11-17
1
-0
/
+8
*
patch 8.2.3409: reading beyond end of line with invalid utf-8 character
v8.2.3409
Bram Moolenaar
2021-09-07
1
-1
/
+2
*
patch 8.2.3197: error messages are spread out
v8.2.3197
Bram Moolenaar
2021-07-21
1
-3
/
+4
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-2
/
+2
*
patch 8.2.3125: variables are set but not used
v8.2.3125
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-07-08
1
-5
/
+5
*
patch 8.2.3110: a pattern that matches the cursor position is complicated
v8.2.3110
Bram Moolenaar
2021-07-05
1
-1
/
+29
*
patch 8.2.2885: searching for \%'> does not match linewise end of line
v8.2.2885
Bram Moolenaar
2021-05-24
1
-11
/
+19
*
patch 8.2.2829: some comments are not correct or clear
v8.2.2829
Bram Moolenaar
2021-05-03
1
-1
/
+1
*
patch 8.2.2716: the equivalent class regexp is missing some characters
v8.2.2716
Bram Moolenaar
2021-04-05
1
-243
/
+399
*
patch 8.2.2278: falling back to old regexp engine can some patterns
v8.2.2278
Bram Moolenaar
2021-01-02
1
-2
/
+17
*
patch 8.2.2181: valgrind warnings for using uninitialized value
v8.2.2181
Bram Moolenaar
2020-12-21
1
-12
/
+15
*
patch 8.2.2177: pattern "^" does not match if first character is combining
v8.2.2177
Bram Moolenaar
2020-12-21
1
-3
/
+5
*
patch 8.2.2171: valgrind warning for using uninitialized value
v8.2.2171
Bram Moolenaar
2020-12-20
1
-1
/
+1
*
patch 8.2.2121: internal error when using \ze before \zs in a pattern
v8.2.2121
Bram Moolenaar
2020-12-09
1
-0
/
+17
*
patch 8.2.1633: some error messages are internal but do not use iemsg()
v8.2.1633
Bram Moolenaar
2020-09-07
1
-1
/
+1
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-2
/
+1
*
patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case
v8.2.0938
Bram Moolenaar
2020-06-09
1
-7
/
+7
*
patch 8.2.0892: ubsan warns for undefined behavior
v8.2.0892
Bram Moolenaar
2020-06-03
1
-4
/
+13
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-2
/
+2
*
patch 8.2.0260: several lines of code are duplicated
v8.2.0260
Bram Moolenaar
2020-02-15
1
-11
/
+1
*
patch 8.2.0033: crash when make_extmatch() runs out of memory
v8.2.0033
Bram Moolenaar
2019-12-22
1
-0
/
+2
*
patch 8.1.2394: using old C style comments
v8.1.2394
Bram Moolenaar
2019-12-05
1
-723
/
+720
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-1
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-8
/
+8
[next]