summaryrefslogtreecommitdiff
path: root/Tests/LibRegex/RegexLibC.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
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-05-14Tests: Free all memory allocated with regcomp in RegexLibC testsAndrew Kaster
2021-05-06Tests: Move LibRegex tests to Tests/LibRegexBrian Gianforcaro