Bram Moolenaar
|
71ccd03ee8
|
patch 8.2.0967: unnecessary type casts for vim_strnsave()
Problem: Unnecessary type casts for vim_strnsave().
Solution: Remove the type casts.
|
2020-06-12 22:59:11 +02:00 |
|
Bram Moolenaar
|
a80faa8930
|
patch 8.2.0559: clearing a struct is verbose
Problem: Clearing a struct is verbose.
Solution: Define and use CLEAR_FIELD() and CLEAR_POINTER().
|
2020-04-12 19:37:17 +02:00 |
|
Bram Moolenaar
|
f4140488c7
|
patch 8.2.0260: several lines of code are duplicated
Problem: Several lines of code are duplicated.
Solution: Move duplicated code to a function. (Yegappan Lakshmanan,
closes #5330)
|
2020-02-15 23:06:45 +01:00 |
|
Bram Moolenaar
|
7c77b34967
|
patch 8.2.0033: crash when make_extmatch() runs out of memory
Problem: Crash when make_extmatch() runs out of memory.
Solution: Check for NULL. (Dominique Pelle, closs #5392)
|
2019-12-22 19:40:40 +01:00 |
|
Bram Moolenaar
|
9490b9a61c
|
patch 8.1.2010: new file uses old style comments
Problem: New file uses old style comments.
Solution: Change to new style comments. (Yegappan Lakshmanan, closes #4910)
|
2019-09-08 17:20:12 +02:00 |
|
Bram Moolenaar
|
6d7d7cf750
|
patch 8.1.2005: the regexp.c file is too big
Problem: The regexp.c file is too big.
Solution: Move the backtracking engine to a separate file. (Yegappan
Lakshmanan, closes #4905)
|
2019-09-07 23:16:33 +02:00 |
|