1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00
serenity/Userland
Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats
- Make sure that all the Repeat ops are reset (otherwise the operation
  would not be correct when going over the Repeat op a second time)
- Make sure that all matches that are allowed to fail are backed by a
  fork, otherwise the last failing fork would not have anywhere to
  return to.
Fixes #9707.
2021-09-01 13:36:53 +02:00
..
Applets Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
Applications PixelPaint: Add grayscale filter 2021-08-31 17:02:27 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools Profiler: Add a flamegraph view for the stack 2021-08-31 12:40:51 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games GameOfLife: Don't enable rotate button if a pattern isn't selected 2021-08-31 15:46:58 +01:00
Libraries LibRegex: Correctly handle failing in the middle of explicit repeats 2021-09-01 13:36:53 +02:00
Services RequestServer: Use smart pointers for allocating protocols 2021-09-01 01:22:14 +02:00
Shell Shell: Use new Statistics tool in 'time -n' command 2021-08-31 16:38:22 +02:00
Utilities Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00