1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:30:59 +00:00
serenity/Userland
Timothy Flynn 70080feab2 AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings
Most of String.prototype and RegExp.prototype is implemented with UTF-16
so this is to prevent extra copying of the string data.
2021-08-04 11:18:24 +02:00
..
Applets Userland: Make representation of 'null' IPv4-address friendlier 2021-08-03 10:20:51 +02:00
Applications Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
Demos Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
DevTools HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DynamicLoader DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
Games Breakout: Add menus before showing the window 2021-07-31 08:08:31 +02:00
Libraries AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings 2021-08-04 11:18:24 +02:00
Services Everywhere: Replace most cases of exit() with Application::quit() 2021-08-03 18:55:52 +02:00
Shell Shell: Make sure TTY echo is enabled when running external commands 2021-08-04 03:14:59 +04:30
Utilities Ping: Add -s argument to specify the payload size of the ping 2021-08-03 09:06:11 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00