1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:50:59 +00:00
serenity/Userland
Timothy Flynn 4812b95795 LibJS: Implement RegExp AdvanceStringIndex abstraction
This isn't particularly useful yet because the underlying LibRegex
engine doesn't support unicode matching yet. But the debt of FIXMEs
related to AdvanceStringIndex have added up, so let's get this out of
the way.
2021-07-16 13:53:11 +01:00
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications Assistant: Keep the Terminal window open after the command has run 2021-07-16 13:05:55 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools HackStudio: Add statusbar with file and selected text information 2021-07-16 12:58:20 +02:00
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Solitaire: Reduce overdraw when drawing initial cards 2021-07-15 21:47:36 +02:00
Libraries LibJS: Implement RegExp AdvanceStringIndex abstraction 2021-07-16 13:53:11 +01:00
Services SpiceAgent: Add Clipboard as a build dependency 2021-07-15 11:51:16 +02:00
Shell Assistant: Keep the Terminal window open after the command has run 2021-07-16 13:05:55 +02:00
Utilities js: Implement pretty-printing of Temporal.Duration objects 2021-07-16 01:07:01 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00