index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibRegex
Age
Commit message (
Expand
)
Author
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Implement lookaround in ERE
Ali Mohammad Pur
2021-07-13
LibRegex: Allow empty character classes in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Disallow excessively large repetition counts in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-10
LibRegex: Use the parser state capture group count in BRE
Ali Mohammad Pur
2021-07-10
LibRegex: Correctly parse BRE bracket expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for non-extended regular expressions in regcomp()
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for the Basic POSIX regular expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Make the bytecode transformation functions static
Ali Mohammad Pur
2021-07-09
LibRegex: Break from execution loop when the sticky flag is set
Timothy Flynn
2021-07-06
LibRegex: Allow dollar signs in ECMA262 named capture groups
Timothy Flynn
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-16
LibRegex: Display correct position for Compare in REGEX_DEBUG
sin-ack
2021-06-16
LibRegex: Fix incorrect case-sensitive comparisons
sin-ack
2021-06-14
LibRegex: Remove unused code
Gunnar Beutner
2021-06-14
LibRegex: Use a plain pointer for OpCode::m_state
Gunnar Beutner
2021-06-14
LibRegex: Avoid initialization checks in get_opcode_by_id()
Gunnar Beutner
2021-06-14
LibRegex: Avoid prepending items to vectors
Gunnar Beutner
2021-06-14
LibRegex: Avoid making unnecessary string copies
Gunnar Beutner
2021-06-14
LibRegex: Make get_opcode() return a reference
Gunnar Beutner
2021-06-14
LibRegex: Remove return value for setters
Gunnar Beutner
2021-06-14
LibRegex: Use a plain array to store opcodes
Gunnar Beutner
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-06
LibRegex: Fix compilation errors on my host machine
Linus Groh
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-02
LibRegex: Hide stray dbgln() behind REGEX_DEBUG
Linus Groh
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-31
LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()
Linus Groh
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-07
LibRegex: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-29
Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt
Brian Gianforcaro
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-23
LibRegex: Put to dbgln()s behind REGEX_DEBUG
Linus Groh
2021-04-23
LibRegex: Implement multiline stateful matches
Ali Mohammad Pur
2021-04-23
LibRegex: Do not attempt to find more matches when one match is needed
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
LibRegex: Unbreak the ALL_DEBUG build
Andreas Kling
2021-04-21
LibRegex: Convert String::format() => String::formatted()
Andreas Kling
2021-04-12
LibRegex: Generate a 'Compare' op for empty character classes
AnotherTest
2021-04-10
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
AnotherTest
2021-04-10
LibRegex: Treat brace quantifiers with invalid contents as literals
AnotherTest
2021-04-10
LibRegex: Take the regex as a const reference in print_bytecode()
AnotherTest
[next]