aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_nfa.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4649: various formatting problemszeertzjq2022-03-30
* vim-patch:8.2.4592: search continues after giving E1204zeertzjq2022-03-30
* vim-patch:8.2.3110: a pattern that matches the cursor position is complicatedzeertzjq2022-03-30
* vim-patch:8.2.4546: duplicate #undefzeertzjq2022-03-19
* vim-patch:8.2.2716: the equivalent class regexp is missing some characterszeertzjq2022-03-19
* vim-patch:8.2.3612: using freed memory with regexp using a mark (#16973)f380cedric2022-01-27
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* vim-patch:8.2.3855: illegal memory access when displaying a blobVVKot2021-12-19
* vim-patch:8.2.3825: various comments could be improvedzeertzjq2021-12-16
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-21
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-06
* | refactor: format all C files under nvim/ #15977dundargoc2021-10-12
|/
* vim-patch:8.2.3125: variables are set but not used #15028dundargoc2021-07-08
* regexp: pvs/v1071Jan Edmund Lazo2021-06-05
* vim-patch:8.2.2278: falling back to old regexp engine can some patternsJan Edmund Lazo2021-05-26
* vim-patch:8.2.2885: searching for \%'> does not match linewise end of lineJan Edmund Lazo2021-05-26
* vim-patch:8.2.2829: some comments are not correct or clearJan Edmund Lazo2021-05-06
* 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
|\