1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland
Ali Mohammad Pur abbe9da255 LibRegex: Make infinite repetitions short-circuit on empty matches
This makes (addmittedly weird) patterns like `(a*)*` work correctly
without going into an infinite fork loop.
2021-09-06 13:51:30 +04:30
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications PixelPaint: Allow opening of files dropped onto application :^) 2021-09-06 10:36:08 +02:00
Demos Mandelbrot: Use the new Zoom cursor 2021-09-04 03:35:23 +02:00
DevTools Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
Libraries LibRegex: Make infinite repetitions short-circuit on empty matches 2021-09-06 13:51:30 +04:30
Services Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
Shell Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
Utilities Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00