summaryrefslogtreecommitdiffstats
path: root/src/regexp_bt.c
AgeCommit message (Expand)Author
2024-05-14patch 9.1.0412: typo in regexp_bt.c in DEBUG codev9.1.0412Christian Brabandt
2024-05-12patch 9.1.0409: too many strlen() calls in the regexp enginev9.1.0409John Marriott
2024-04-10patch 9.1.0297: Patch 9.1.0296 causes too many issuesv9.1.0297Christian Brabandt
2024-04-09patch 9.1.0296: regexp: engines do not handle case-folding wellv9.1.0296Christian Brabandt
2024-03-28patch 9.1.0217: regexp: verymagic cannot match before/after a markv9.1.0217Julio B
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-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-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-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-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-29patch 8.2.4646: using buffer line after it has been freedv8.2.4646Bram Moolenaar
2022-02-22patch 8.2.4440: crash with specific regexp pattern and stringv8.2.4440Bram Moolenaar
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-08patch 8.2.4046: some error messages not in the right placev8.2.4046Bram 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-02patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-31patch 8.2.3962: build fails for missing error messagev8.2.3962Bram Moolenaar
2021-12-05patch 8.2.3749: error messages are everywherev8.2.3749Bram 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-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
2020-12-21patch 8.2.2181: valgrind warnings for using uninitialized valuev8.2.2181Bram Moolenaar
2020-12-09patch 8.2.2121: internal error when using \ze before \zs in a patternv8.2.2121Bram Moolenaar
2020-09-07patch 8.2.1633: some error messages are internal but do not use iemsg()v8.2.1633Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-02-15patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar
2019-12-22patch 8.2.0033: crash when make_extmatch() runs out of memoryv8.2.0033Bram Moolenaar
2019-09-08patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar
2019-09-07patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar