1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-07 21:17:07 +09:00
ladybird/Libraries/LibRegex
aplefull 486602e796 LibRegex: Fix handling of + quantifier with zero-width matches
Small change that allows quantifiers using Fork* forms (e.g., +) to
succeed after one match, even if that match has zero width.
2025-06-02 15:52:26 +02:00
..
CMakeLists.txt LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Regex.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexByteCode.cpp LibRegex: Fix handling of + quantifier with zero-width matches 2025-06-02 15:52:26 +02:00
RegexByteCode.h LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00
RegexBytecodeStreamOptimizer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexDebug.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexDefs.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexError.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexLexer.cpp LibRegex: Clean up #include directives 2024-11-21 14:08:33 +01:00
RegexLexer.h LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00
RegexMatch.h LibRegex: Use NO_UNIQUE_ADDRESS in RegexMatch for Windows support 2025-05-12 03:22:23 -06:00
RegexMatcher.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexMatcher.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexOptimizer.cpp LibRegex: Make the trie rewrite optimisation maintain the alt order 2025-05-21 14:28:45 +02:00
RegexOptions.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexParser.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexParser.h LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00