ladybird/Userland
Timothy Flynn 3892b6e6ec LibJS: Implement RegExp constructor according to the spec
This allows passing an existing RegExp object (or an object that is
sufficiently like a RegExp object) as the "pattern" argument of the
RegExp constructor.
2021-07-09 19:45:55 +01:00
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications PixelPaint: Don't deselect layers in LayerListWidget 2021-07-09 18:04:01 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools LibThreading: Rename Lock => Mutex 2021-07-09 11:15:50 +02:00
DynamicLoader DynamicLoader: Don't use LibELF to do the initial relocations 2021-07-07 11:53:17 +02:00
Games GameOfLife: Properly switch between play and pause icon 2021-07-07 15:29:37 +01:00
Libraries LibJS: Implement RegExp constructor according to the spec 2021-07-09 19:45:55 +01:00
Services LibThreading: Rename Lock => Mutex 2021-07-09 11:15:50 +02:00
Shell Shell: Use correct printf format string for size_t 2021-07-08 10:11:00 +02:00
Utilities Utilities: Add ability to query specific user with id 2021-07-09 20:15:40 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00