aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0862: no verbose version of character classesJan Edmund Lazo2020-08-02
* vim-patch:8.1.1202: always get regexp debugging logs when building with -DDEBUGJan Edmund Lazo2020-08-02
* vim-patch:8.1.0194: possibly use of NULL pointerJan Edmund Lazo2020-08-02
* vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo2020-08-02
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | vim-patch:8.1.2282: crash when passing many arguments through a partialJan Edmund Lazo2020-04-13
* | vim-patch:8.1.2280: crash when passing partial to substitute()Jan Edmund Lazo2020-04-13
|/
* vim-patch:8.2.0033: make_extmatch() OOM #11602Jan Edmund Lazo2019-12-24
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* regexp: assert nonnull pointer for regnext()Jan Edmund Lazo2019-09-10
* PVS/V560: condition is always true #10624Ihor Antonov2019-07-28
* vim-patch:8.1.0903: struct uses more bytes than neededJan Edmund Lazo2019-07-24
* vim-patch:8.1.1720: crash with very long %[] patternJan Edmund Lazo2019-07-20
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-23
* vim-patch:8.0.0647: syntax highlighting can make cause a freezeJan Edmund Lazo2019-04-23
* vim-patch:8.1.1025: checking NULL pointer after additionJan Edmund Lazo2019-03-21
* Merge #9662 'vim-patch:8.0.{0643-0646}'Justin M. Keyes2019-03-08
|\
| * lint: fix coding styleBilly Su2019-03-08
| * vim-patch:8.0.0646: the hlsearch test fails on fast systemsBilly 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.0935: old regexp engine may use invalid buffer #9692Jan Edmund Lazo2019-03-07
* vim-patch:8.1.0973: pattern with syntax error gives threee error messagesJustin M. Keyes2019-03-01
* vim-patch:8.1.0985: crash with large number in regexpJustin M. Keyes2019-02-28
* vim-patch:8.1.0937: invalid memory access in search patternJan Edmund Lazo2019-02-17
* vim-patch:8.1.0934: invalid memory access in search patternJan Edmund Lazo2019-02-17
* PVS/V560: expression is always trueJustin M. Keyes2019-01-18
* vim-patch:8.1.0677: look-behind match may use the wrong line numberJan Edmund Lazo2019-01-05
* vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)Justin M. Keyes2018-11-29
* 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
* lint: clean-up after parent commitsZviRackover2018-09-09
* 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 occurences of mb_head_offZviRackover2018-08-15
* regexp: drop has_mbyte check in regmatch()Jan Edmund Lazo2018-08-11
* vim-patch:8.0.1517: invalid memory acces with pattern using look-behind matchJan Edmund Lazo2018-08-11
* vim-patch:8.0.1254: undefined left shift in gethexchrs()Jan Edmund Lazo2018-08-11
* style: fixing minor issues noted in code review.ZviRackover2018-08-06
* Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* lint: clean-up after parent commitZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10