index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Intl
Age
Commit message (
Expand
)
Author
2021-09-02
LibJS: Implement Intl.Locale.prototype.script
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.language
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.numeric
Timothy Flynn
2021-09-02
LibJS: Implement most Intl.Locale.Prototype.<<keyword>> properties
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.baseName
Timothy Flynn
2021-09-02
LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList
Timothy Flynn
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.toString()
Timothy Flynn
2021-09-02
LibJS: Compare Unicode locale variants using case-insensitive matching
Timothy Flynn
2021-09-02
LibJS: Remove duplicated error message from ErrorTypes.h
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-09-01
LibJS: Handle Unicode locale extensions in LookupMatcher AO
Timothy Flynn
2021-08-30
LibJS: Canonicalize Unicode locale extension attributes and keywords
Timothy Flynn
2021-08-30
LibJS: Reject structurally invalid Unicode locale extensions
Timothy Flynn
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support currency tags
Timothy Flynn
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support script tags
Timothy Flynn
2021-08-27
LibJS: Extend Intl.DisplayNames.of to support language tags
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement Intl.getCanonicalLocales
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn
2021-08-26
LibJS: Implement a nearly empty Intl.DisplayNames object
Timothy Flynn
2021-08-08
LibJS: Implement Intl[@@toStringTag]
Linus Groh
2021-08-08
LibJS: Add the Intl namespace object :^)
Linus Groh
[prev]