ladybird/Userland/Libraries/LibRegex
Timothy Flynn 1edb96376b AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
These could fail to allocate the underlying storage needed to store the
UTF-16 data. Propagate these errors.
2023-01-08 12:13:15 +01:00
..
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 AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage 2023-01-08 12:13:15 +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 LibRegex: Return StringView from get_error_string() 2023-01-04 20:05:52 +01: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 AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible 2023-01-08 12:13:15 +01:00
RegexMatcher.cpp LibRegex: Prevent patterns from matching the empty string twice 2023-01-06 13:52:21 -07:00
RegexMatcher.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
RegexOptimizer.cpp Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
RegexOptions.h LibRegex: Allow the SingleMatch flag to be used as a PosixFlag 2023-01-06 13:52:21 -07:00
RegexParser.cpp Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
RegexParser.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00