This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-15 20:24:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
398f7ae988fc868a992ebccff81c9e786ddac2ec
ladybird
/
Userland
/
Libraries
/
LibRegex
History
Timothy Flynn
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
...
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
C
…
CMakeLists.txt
…
Forward.h
…
Regex.h
…
RegexByteCode.cpp
LibRegex: Make ^ and $ accept all
LineTerminator
s instead of just '\n'
2023-03-25 15:44:05 +01:00
RegexByteCode.h
…
RegexBytecodeStreamOptimizer.h
…
RegexDebug.h
…
RegexDefs.h
LibC+LibRegex: Move regex_defs.h from LibC to LibRegex
2023-06-27 12:40:38 +02:00
RegexError.h
LibC+LibRegex: Move regex_defs.h from LibC to LibRegex
2023-06-27 12:40:38 +02:00
RegexLexer.cpp
…
RegexLexer.h
…
RegexMatch.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
2023-03-10 13:15:44 +01:00
RegexMatcher.cpp
…
RegexMatcher.h
…
RegexOptimizer.cpp
LibRegex: Make append_alternation() actually skip the common blocks
2023-06-14 06:41:17 +02:00
RegexOptions.h
LibC+LibRegex: Move regex_defs.h from LibC to LibRegex
2023-06-27 12:40:38 +02:00
RegexParser.cpp
LibRegex: Bail parsing class set characters upon early EOF
2023-06-23 20:22:45 +02:00
RegexParser.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00