summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/regex.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibC: Turn regex_t and regmatch_t into typedefsGunnar Beutner
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling