.. |
C
|
LibRegex: Tweak get_error() function
|
2023-01-04 20:04:57 +01:00 |
CMakeLists.txt
|
Everywhere: Mark dependencies of most targets as PRIVATE
|
2022-11-01 14:49:09 +00:00 |
Forward.h
|
LibRegex: Don't push LibRegex's "Error" into the global namespace
|
2021-11-08 00:35:27 +01:00 |
Regex.h
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
RegexByteCode.cpp
|
LibRegex: Make ^ and $ accept all LineTerminator s instead of just '\n'
|
2023-03-25 15:44:05 +01:00 |
RegexByteCode.h
|
Everywhere: Remove unused includes of AK/Format.h
|
2023-01-02 20:27:20 -05:00 |
RegexBytecodeStreamOptimizer.h
|
LibRegex: Make codegen+optimisation for alternatives much faster
|
2022-02-20 11:53:59 +01:00 |
RegexDebug.h
|
Everywhere: Move AK/Debug.h include to using files or remove
|
2023-01-02 20:27:20 -05:00 |
RegexError.h
|
Everywhere: Remove unused DeprecatedString includes
|
2023-04-09 22:00:54 +02:00 |
RegexLexer.cpp
|
Everywhere: Use default StringView constructor over nullptr
|
2022-07-12 23:11:35 +02:00 |
RegexLexer.h
|
Everywhere: Use default StringView constructor over nullptr
|
2022-07-12 23:11:35 +02:00 |
RegexMatch.h
|
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2023-03-10 13:15:44 +01:00 |
RegexMatcher.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
RegexMatcher.h
|
Everywhere: Remove NonnullOwnPtr.h includes
|
2023-03-06 23:46:35 +01:00 |
RegexOptimizer.cpp
|
LibRegex: Make append_alternation() actually skip the common blocks
|
2023-06-14 06:41:17 +02:00 |
RegexOptions.h
|
LibRegex: Make ^ and $ accept all LineTerminator s instead of just '\n'
|
2023-03-25 15:44:05 +01:00 |
RegexParser.cpp
|
LibRegex: Treat \<ORD_CHAR> as unescaped in POSIX BRE/ERE
|
2023-06-14 12:38:10 +02:00 |
RegexParser.h
|
LibRegex: Remove declarations for non-existent methods
|
2023-01-27 20:33:18 +00:00 |