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 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
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-7
/
+7
*
patch 8.1.1249: compiler warning for uninitialized variable
v8.1.1249
Bram Moolenaar
2019-05-03
1
-2
/
+4
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-6
/
+1
*
patch 8.1.0973: pattern with syntax error gives threee error messages
v8.1.0973
Bram Moolenaar
2019-02-22
1
-5
/
+0
*
patch 8.1.0968: crash when using search pattern \%Ufffffc23
v8.1.0968
Bram Moolenaar
2019-02-21
1
-1
/
+1
*
patch 8.1.0958: compiling weird regexp pattern is very slow
v8.1.0958
Bram Moolenaar
2019-02-20
1
-1
/
+4
*
patch 8.1.0945: internal error when using pattern with NL in the range
v8.1.0945
Bram Moolenaar
2019-02-17
1
-2
/
+3
*
patch 8.1.0919: compiler warnings
v8.1.0919
Bram Moolenaar
2019-02-14
1
-1
/
+1
*
patch 8.1.0913: CI crashes when running out of memory
v8.1.0913
Bram Moolenaar
2019-02-13
1
-4
/
+17
*
patch 8.1.0910: crash with tricky search pattern
v8.1.0910
Bram Moolenaar
2019-02-13
1
-8
/
+16
*
patch 8.1.0908: can't handle large value for %{nr}v in regexp
v8.1.0908
Bram Moolenaar
2019-02-13
1
-3
/
+6
*
patch 8.1.0907: CI tests on AppVeyor are failing
v8.1.0907
Bram Moolenaar
2019-02-13
1
-1
/
+1
*
patch 8.1.0905: complicated regexp causes a crash
v8.1.0905
Bram Moolenaar
2019-02-12
1
-18
/
+65
*
patch 8.1.0862: no verbose version of character classes
v8.1.0862
Bram Moolenaar
2019-01-31
1
-1
/
+28
*
patch 8.1.0809: too many #ifdefs
v8.1.0809
Bram Moolenaar
2019-01-24
1
-71
/
+8
*
patch 8.1.0753: printf format not checked for semsg()
v8.1.0753
Bram Moolenaar
2019-01-15
1
-1
/
+1
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-19
/
+19
*
patch 8.1.0641: no check for out-of-memory when converting regexp
v8.1.0641
Bram Moolenaar
2018-12-26
1
-1
/
+3
*
patch 8.1.0192: executing regexp recursively fails with a crash
v8.1.0192
Bram Moolenaar
2018-07-17
1
-218
/
+211
*
patch 8.1.0170: invalid memory use with complicated pattern
v8.1.0170
Bram Moolenaar
2018-07-08
1
-62
/
+11
*
patch 8.1.0104: can't build without the +eval feature
v8.1.0104
Bram Moolenaar
2018-06-23
1
-1
/
+5
*
patch 8.1.0099: exclamation mark in error message not needed
v8.1.0099
Bram Moolenaar
2018-06-23
1
-2
/
+2
[next]