Age | Commit message (Expand) | Author |
---|---|---|
2021-07-10 | LibRegex: Use the parser state capture group count in BRE | Ali Mohammad Pur |
2021-07-10 | LibRegex: Add support for the Basic POSIX regular expressions | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-10 | LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed | AnotherTest |
2021-04-09 | LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0") | Jelle Raaijmakers |
2021-04-01 | LibRegex: Allow references to capture groups that aren't parsed yet | AnotherTest |
2021-02-27 | LibRegex: Implement section B.1.4. of the ECMA262 spec | AnotherTest |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |