1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:50:59 +00:00
serenity/Userland
Timothy Flynn be69eae651 LibUnicode: Precompute the compact scale of each number formatting rule
This will be needed for the ComputeExponentForMagnitude AO for compact
formatting, namely step 5b:

  Let exponent be an implementation- and locale-dependent (ILD) integer
  by which to scale a number of the given magnitude in compact notation
  for the current locale.
2021-11-12 09:17:08 +00:00
..
Applets LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Applications Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Demos LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
DevTools Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Solitaire: Fix 3 card draw from reversing after an undo 2021-11-10 20:15:09 -08:00
Libraries LibUnicode: Precompute the compact scale of each number formatting rule 2021-11-12 09:17:08 +00:00
Services Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Utilities Utilities: cut: Implement field-based cutting 2021-11-11 09:47:41 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00