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-24
LibRegex: Make unclosed-at-eof brace quantifiers an error
Ali Mohammad Pur
2021-07-24
LibRegex: Preserve the type of the match when clearing capture groups
Ali Mohammad Pur
2021-07-23
LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
Timothy Flynn
2021-07-23
AK+LibRegex: Partially implement case insensitive UTF-16 comparison
Timothy Flynn
2021-07-23
LibRegex: Support UTF-16 RegexStringView and improve Unicode matching
Timothy Flynn
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-23
LibRegex: Clear previous capture group contents in ECMA262 mode
Ali Mohammad Pur
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
2021-07-18
LibRegex: Use <...> includes in RegexMatch.h
Ali Mohammad Pur
2021-07-18
LibRegex: Also print a newline after each debug line
Ali Mohammad Pur
2021-07-18
LibRegex: Partially implement string compare for Utf32View
Ali Mohammad Pur
2021-07-18
LibRegex: Implement line splitting for Utf32View
Ali Mohammad Pur
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
[next]