summaryrefslogtreecommitdiffstats
path: root/regex.c
AgeCommit message (Expand)Author
2022-02-24regex: Rework error handlingTavian Barnes
2022-02-24regex: Use the encoding from the current localeTavian Barnes
2022-02-24regex: Test if the string is valid before matchingTavian Barnes
2022-02-23regex: Always set REG_STARTEND if availableTavian Barnes
2022-02-23regex: Use onig_match() to implement BFS_REGEX_ANCHORTavian Barnes
2022-02-21regex: Use the real Oniguruma API, not the POSIX wrapperTavian Barnes
2022-02-21regex: Wrap the POSIX API in a facadeTavian Barnes
2022-02-04regex: Add support for emacs and grep typesTavian Barnes