summaryrefslogtreecommitdiffstats
path: root/src/regexp_nfa.c
AgeCommit message (Expand)Author
2024-01-04patch 9.1.0011: regexp cannot match combining chars in collectionv9.1.0011Christian Brabandt
2023-08-20patch 9.0.1777: patch 9.0.1771 causes problemsv9.0.1777Christian Brabandt
2023-08-20patch 9.0.1771: regex: combining chars in collections not handledv9.0.1771Christian Brabandt
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-05-09patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar
2023-03-25patch 9.0.1427: warning for uninitialized variablev9.0.1427Bram Moolenaar
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
2023-01-18patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan
2022-12-11patch 9.0.1047: matchparen is slowv9.0.1047Bram Moolenaar
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
2022-11-26patch 9.0.0951: trying every character position for a match is inefficientv9.0.0951Bram Moolenaar
2022-11-25patch 9.0.0950: the pattern "\_s\zs" matches at EOLv9.0.0950Bram Moolenaar
2022-11-18patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar
2022-09-08patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414Bram Moolenaar
2022-09-07patch 9.0.0407: matchstr() does match column offsetv9.0.0407Bram Moolenaar
2022-08-19patch 9.0.0228: crash when pattern looks below the last linev9.0.0228Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-06-20patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar
2022-06-17patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-28patch 8.2.5036: using two counters for timeout check in NFA enginev8.2.5036Bram Moolenaar
2022-05-27patch 8.2.5028: syntax regexp matching can be slowv8.2.5028Bram Moolenaar
2022-05-18patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt
2022-04-05patch 8.2.4693: new regexp does not accept pattern "\%>0v"v8.2.4693Bram Moolenaar
2022-04-04patch 8.2.4688: new regexp engine does not give an error for "\%v"v8.2.4688Bram Moolenaar
2022-03-30patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar
2022-03-19patch 8.2.4592: search continues after giving E1204v8.2.4592Bram Moolenaar
2022-03-11patch 8.2.4546: duplicate #undefv8.2.4546zeertzjq
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-07patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrongv8.2.4029Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-19patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan
2021-12-16patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar
2021-12-05patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar
2021-11-17patch 8.2.3612: using freed memory with regexp using a markv8.2.3612Bram Moolenaar
2021-09-07patch 8.2.3409: reading beyond end of line with invalid utf-8 characterv8.2.3409Bram Moolenaar
2021-07-21patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-07-08patch 8.2.3125: variables are set but not usedv8.2.3125=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-07-05patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar
2021-05-24patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar
2021-05-03patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar
2021-04-05patch 8.2.2716: the equivalent class regexp is missing some charactersv8.2.2716Bram Moolenaar