1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Timothy Flynn 9620a092de LibJS: Publicly expose double_to_string and rename it number_to_string
Rename it to match the name used by the spec.

Add an override mode to skip formatting numbers with an exponential sign
(e.g. 1e23). This mode is needed by Number and Intl.NumberFormat, who
don't call out a specific number-to-string method to use (they just say
to make "the String consisting of the digits of n").
2022-11-04 21:12:10 +00:00
..
Applets Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Applications FileManager: Improve error handling when posix_spawn() fails 2022-11-04 09:47:30 +01:00
Demos Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DevTools Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DynamicLoader LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
Games Flood: Link against all required libraries privately 2022-11-03 03:09:35 -06:00
Libraries LibJS: Publicly expose double_to_string and rename it number_to_string 2022-11-04 21:12:10 +00:00
Services WebDriver+Browser: Implement GET /session/{id}/element/{id}/selected 2022-11-03 19:40:43 -04:00
Shell Shell: Re-block SIGTT{IN,OU} on start 2022-11-03 00:01:42 +03:30
Utilities tail: Port to Core::Stream, use Core::FileWatcher 2022-11-02 21:29:20 -06:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00