ladybird/Libraries/LibRegex
Hwang Joonhyung 6a2e50bf50 LibRegex: Link libregex_rust before LibUnicode
Unicode Rust FFI methods have been moved to LibUnicode. When the system
linker uses --as-needed by default, linking of liblagom-regex.so fails
because of undefined references to unicode_*. They are undefined as
liblagom-unicode.so, which has the symbols, is processed before
liblibregex_rust.a, which has references to them. Move LibUnicode after
libregex_rust to ensure the symbols are available.
2026-05-18 17:42:35 +02:00
..
Rust LibRegex: Avoid backtracking limit in quantified mixed character classes 2026-05-16 16:28:09 +02:00
CMakeLists.txt LibRegex: Link libregex_rust before LibUnicode 2026-05-18 17:42:35 +02:00
ECMAScriptRegex.cpp LibRegex: Respect V8 astral literal lastIndex behavior 2026-03-27 17:32:19 +01:00
ECMAScriptRegex.h LibRegex: Respect V8 astral literal lastIndex behavior 2026-03-27 17:32:19 +01:00
RustRegex.cpp LibRegex+LibUnicode: Migrate Unicode Rust FFI methods to LibUnicode 2026-04-19 10:39:26 +02:00
RustRegex.h Meta: Remove ENABLE_RUST build configuration option 2026-04-02 22:59:42 +02:00