serenity/Userland
Tim Ledbetter 72ea046b68 AK: Add option to the string formatter to use a digit separator
`vformat()` can now accept format specifiers of the form
{:'[numeric-type]}. This will output a number with a comma separator
every 3 digits.

For example:

`dbgln("{:'d}", 9999999);` will output 9,999,999.

Binary, octal and hexadecimal numbers can also use this feature, for
example:

`dbgln("{:'x}", 0xffffffff);` will output ff,fff,fff.
2023-04-11 13:03:30 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications 3DFileViewer+Tubes: Add map_fixed to pledges 2023-04-11 06:38:18 -04:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Tubes: Remove unused includes 2023-04-11 06:38:18 -04:00
DevTools HackStudio: Add configuration domain pledge for FileManager 2023-04-06 08:56:57 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Libraries AK: Add option to the string formatter to use a digit separator 2023-04-11 13:03:30 +02:00
Services Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Shell Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Utilities readelf: Pledge map_fixed for loading ELFs 2023-04-11 06:45:08 -04:00
CMakeLists.txt