implicitfield
|
7d19abda7a
LibC+LibRegex: Move regex_defs.h from LibC to LibRegex
|
2 years ago |
Ali Mohammad Pur
|
6fc9f5fa28
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
|
2 years ago |
Ali Mohammad Pur
|
936a9fd759
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
|
2 years ago |
Eli Youngs
|
5bf2cce839
LibRegex: Allow the SingleMatch flag to be used as a PosixFlag
|
2 years ago |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 years ago |
Ali Mohammad Pur
|
578d73943a
LibC+LibRegex: Move central regex definitions into LibC/bits
|
2 years ago |
Ali Mohammad Pur
|
598dc74a76
LibRegex: Partially implement the ECMAScript unicodeSets proposal
|
3 years ago |
Ali Mohammad Pur
|
2b028f6faa
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
|
3 years ago |
Ali Mohammad Pur
|
5fac41f733
LibRegex: Implement ECMA262 multiline matching without splitting lines
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |
Timothy Flynn
|
4a72b2c879
LibRegex: Allow RegexOptions to be declared at compile time
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
f05e518cbc
LibRegex: Implement section B.1.4. of the ECMA262 spec
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |