Commit History

Author SHA1 Message Date
  Timothy Flynn 812d3a7ef8 LibJS: Reorganize spec steps for Intl.NumberFormat 3 years ago
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 years ago
  Timothy Flynn d6e926e5b1 LibJS: Support BigInt number formatting with Intl.NumberFormat 3 years ago
  Timothy Flynn a0253af8c1 LibJS: Generalize Intl.NumberFormat to operate on Value types 3 years ago
  Timothy Flynn ac3e42a8de LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase class 3 years ago
  Timothy Flynn cf92bc42a2 LibJS: Respect per-locale minimum grouping digits when number formatting 3 years ago
  Timothy Flynn 0865f71d37 LibJS: Convert Intl.NumberFormat to use Unicode::Style 3 years ago
  Timothy Flynn 8126cb2545 LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper 3 years ago
  Timothy Flynn cc5e9f0579 LibJS+LibUnicode: Move replacement of number system digits to LibUnicode 3 years ago
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 years ago
  Timothy Flynn f16f3c4677 LibJS: Update ToRawPrecision / ToRawFixed AO spec comments 3 years ago
  Timothy Flynn a3149c11e5 LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormat 3 years ago
  Timothy Flynn 9ce4ff4265 LibJS: Avoid crashing when the Unicode data generators are disabled 3 years ago
  Timothy Flynn 2a7f36b392 LibJS+LibUnicode: Generate unique numeric symbol lists 3 years ago
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays 3 years ago
  Timothy Flynn 914675e826 LibJS+LibUnicode: Separate number formatting methods from Locale.h 3 years ago
  Timothy Flynn 251f692440 LibJS: Re-implement SetNumberFormatDigitOptions AO 3 years ago
  Timothy Flynn a1d5849e67 LibJS: Implement unit number formatting 3 years ago
  Timothy Flynn 04b8b87c17 LibJS+LibUnicode: Support multiple identifiers within format pattern 3 years ago
  Timothy Flynn 3b68370212 LibJS+LibUnicode: Rename the generated compact_identifier to identifier 3 years ago
  Timothy Flynn 6d34a0b4e8 LibJS+LibUnicode: Rename method to select a NumberFormat plurality 3 years ago
  Timothy Flynn 99c15741ba LibJS: Conditionally ignore [[UseGrouping]] in compact notation 3 years ago
  Timothy Flynn 14aca03161 LibJS: Remove FIXME comment from PartitionNotationSubPattern AO 3 years ago
  Timothy Flynn fdae323401 LibJS: Implement compact formatting for Intl.NumberFormat 3 years ago
  Timothy Flynn 80b86d20dc LibJS: Cache the number format used for compact notation 3 years ago
  Timothy Flynn 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents 3 years ago
  Timothy Flynn 4d79ab6866 LibJS: Implement engineering and scientific number formatting 3 years ago
  Timothy Flynn 15c5fbd9e9 LibJS: Implement number grouping for Intl.NumberFormat 3 years ago
  Timothy Flynn 3450def494 LibJS: Implement Intl.NumberFormat.prototype.formatToParts 3 years ago
  Timothy Flynn c65dea64bd LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern 3 years ago