summaryrefslogtreecommitdiff
path: root/Tests/LibRegex
AgeCommit message (Expand)Author
2021-07-10LibRegex: Correctly parse BRE bracket expressionsAli Mohammad Pur
2021-07-10LibRegex: Add support for non-extended regular expressions in regcomp()Ali Mohammad Pur
2021-07-06LibRegex: Allow dollar signs in ECMA262 named capture groupsTimothy Flynn
2021-06-16Tests: Add test for case-insensitive matchingsin-ack
2021-05-14Tests: Free all memory allocated with regcomp in RegexLibC testsAndrew Kaster
2021-05-06Tests: Move LibRegex tests to Tests/LibRegexBrian Gianforcaro