Commit History

Author SHA1 Message Date
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds 3 years ago
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior 3 years ago
  Ali Mohammad Pur 05c65f9b5d LibRegex: Limit the number of nested capture groups allowed in BRE 3 years ago
  Timothy Flynn 562d4e497b LibRegex: Treat pattern string characters as unsigned 3 years ago
  Timothy Flynn 4f2cbe119b LibRegex: Allow Unicode escape sequences in capture group names 3 years ago
  Timothy Flynn 6131c0485e LibRegex: Use GenericLexer to consume escaped code points 4 years ago
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition 4 years ago
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState 4 years ago
  Timothy Flynn 2e4b6fd1ac LibRegex: Ensure escaped code points are exactly 4 digits in length 4 years ago
  Ali Mohammad Pur 15f95220ae AK+Everywhere: Delete Variant's default constructor 4 years ago
  Timothy Flynn df14d11a11 LibRegex: Disallow invalid interval qualifiers in Unicode mode 4 years ago
  Timothy Flynn 484ccfadc3 LibRegex: Support property escapes of Unicode script extensions 4 years ago
  Timothy Flynn 06088df729 LibRegex: Support property escapes of the Unicode script property 4 years ago
  Timothy Flynn 1e10d6d7ce LibRegex: Support property escapes of Unicode General Categories 4 years ago
  Timothy Flynn d485cf29d7 LibRegex+LibUnicode: Begin implementing Unicode property escapes 4 years ago
  Ali Mohammad Pur 36bfc912fc LibRegex: Switch to east-const style 4 years ago
  Ali Mohammad Pur c8b2199251 LibRegex: Clear previous capture group contents in ECMA262 mode 4 years ago
  Ali Mohammad Pur 11a8476cf4 LibRegex: Use the parser state capture group count in BRE 4 years ago
  Ali Mohammad Pur 54d89609de LibRegex: Add support for the Basic POSIX regular expressions 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  AnotherTest c128b3fd91 LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed 4 years ago
  Jelle Raaijmakers db321db5f4 LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0") 4 years ago
  AnotherTest 6bbb26fdaf LibRegex: Allow references to capture groups that aren't parsed yet 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