summaryrefslogtreecommitdiff
path: root/src/regexp_bt.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar2019-09-081-508/+478
| | | | | Problem: New file uses old style comments. Solution: Change to new style comments. (Yegappan Lakshmanan, closes #4910)
* patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar2019-09-071-0/+5381
Problem: The regexp.c file is too big. Solution: Move the backtracking engine to a separate file. (Yegappan Lakshmanan, closes #4905)