aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_nfa.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0958: compiling weird regexp pattern is very slowJan Edmund Lazo2021-03-29
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.2.2181: valgrind warnings for using uninitialized valueJan Edmund Lazo2020-12-21
* vim-patch:8.2.2177: pattern "^" does not match if first character is combiningJan Edmund Lazo2020-12-21
* vim-patch:8.2.2171: valgrind warning for using uninitialized valueJan Edmund Lazo2020-12-20
* vim-patch:8.2.2121: internal error when using \ze before \zs in a patternSean Dewar2020-12-09
* vim-patch:8.1.0809: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1633: some error messages are internal but do not use iemsg()Jan Edmund Lazo2020-09-07
* vim-patch:8.1.0862: no verbose version of character classesJan Edmund Lazo2020-08-02
* vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo2020-08-02
* vim-patch:8.2.0938: NFA regexp uses tolower ()to compare ignore-caseJan Edmund Lazo2020-06-18
* vim-patch:8.2.0892: ubsan warns for undefined behaviorJan Edmund Lazo2020-06-04
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* regexp: add function attributesJan Edmund Lazo2019-07-25
* vim-patch:8.1.0913: CI crashes when running out of memoryJan Edmund Lazo2019-07-25
* vim-patch:8.1.0910: crash with tricky search patternJan Edmund Lazo2019-07-25
* vim-patch:8.1.0907: CI tests on AppVeyor are failingJan Edmund Lazo2019-07-25
* vim-patch:8.1.0905: complicated regexp causes a crashJan Edmund Lazo2019-07-25
* regexp: use fixed types to avoid overflowJan Edmund Lazo2019-07-24
* Checks for overflow when parsing string to intGabriel2019-07-24
* vim-patch:8.1.0908: can't handle large value for %{nr}v in regexpJan Edmund Lazo2019-07-24
* PVS/V1037: suppress warning #10526Ihor Antonov2019-07-18
* vim-patch:8.1.0641: no check for out-of-memory when converting regexpJan Edmund Lazo2019-07-15
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.1.1249: compiler warning for uninitialized variableJan Edmund Lazo2019-05-03
* vim-patch:8.1.0170: invalid memory use with complicated pattern #9724Jan Edmund Lazo2019-03-13
* Merge #9662 'vim-patch:8.0.{0643-0646}'Justin M. Keyes2019-03-08
|\
| * lint: fix coding styleBilly Su2019-03-08
| * vim-patch:8.0.0645: no error for illegal back reference in NFA engineBilly Su2019-03-07
| * vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
|/
* vim-patch:8.1.0973: pattern with syntax error gives threee error messagesJustin M. Keyes2019-03-01
* vim-patch:8.1.0968: crash when using search pattern \%Ufffffc23Justin M. Keyes2019-03-01
* lintJan Edmund Lazo2019-02-17
* vim-patch:8.1.0945: internal error when using pattern with NL in the rangeJan Edmund Lazo2019-02-17
* vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)Justin M. Keyes2018-11-29
* src/nvim/eval.cMichaHoffmann2018-10-07
* fixed lint errorsMichaHoffmann2018-09-24
* add func_attr_printf in :MichaHoffmann2018-09-24
* lintJan Edmund Lazo2018-09-21
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* lint: cleanup after parent commitsZviRackover2018-08-16
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* lintJan Edmund Lazo2018-08-12
* vim-patch:8.0.1397: pattern with \& following nothing gives an errorJan Edmund Lazo2018-08-12
* lintJan Edmund Lazo2018-08-11