summaryrefslogtreecommitdiff
path: root/src/regexp_bt.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+4
* patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan2023-01-181-24/+24
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-1/+1
* patch 9.0.0951: trying every character position for a match is inefficientv9.0.0951Bram Moolenaar2022-11-261-1/+10
* patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414Bram Moolenaar2022-09-081-4/+6
* patch 9.0.0407: matchstr() does match column offsetv9.0.0407Bram Moolenaar2022-09-071-1/+1
* patch 9.0.0228: crash when pattern looks below the last linev9.0.0228Bram Moolenaar2022-08-191-6/+11
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-1/+3
* patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar2022-06-171-8/+31
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-39/+15
* patch 8.2.5028: syntax regexp matching can be slowv8.2.5028Bram Moolenaar2022-05-271-5/+9
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-181-0/+8
* patch 8.2.4693: new regexp does not accept pattern "\%>0v"v8.2.4693Bram Moolenaar2022-04-051-1/+4
* patch 8.2.4688: new regexp engine does not give an error for "\%v"v8.2.4688Bram Moolenaar2022-04-041-1/+2
* patch 8.2.4646: using buffer line after it has been freedv8.2.4646Bram Moolenaar2022-03-291-0/+9
* patch 8.2.4440: crash with specific regexp pattern and stringv8.2.4440Bram Moolenaar2022-02-221-0/+5
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-29/+1
* patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-3/+4
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-2/+2
* patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-4/+4
* patch 8.2.3962: build fails for missing error messagev8.2.3962Bram Moolenaar2021-12-311-1/+2
* patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar2021-12-051-11/+11
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-8/+8
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-6/+6
* patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar2021-07-051-1/+33
* patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar2021-05-241-4/+16
* patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar2021-05-031-1/+1
* patch 8.2.2716: the equivalent class regexp is missing some charactersv8.2.2716Bram Moolenaar2021-04-051-219/+385
* patch 8.2.2181: valgrind warnings for using uninitialized valuev8.2.2181Bram Moolenaar2020-12-211-12/+15
* patch 8.2.2121: internal error when using \ze before \zs in a patternv8.2.2121Bram Moolenaar2020-12-091-0/+17
* patch 8.2.1633: some error messages are internal but do not use iemsg()v8.2.1633Bram Moolenaar2020-09-071-5/+5
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-11/+1
* patch 8.2.0033: crash when make_extmatch() runs out of memoryv8.2.0033Bram Moolenaar2019-12-221-0/+2
* patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar2019-09-081-508/+478
* patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar2019-09-071-0/+5381