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
/
RelativeTimeFormat.h
Age
Commit message (
Expand
)
Author
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
Timothy Flynn
2022-01-27
LibJS: Change RelativeTimeFormat::number_format to return a reference
Timothy Flynn
2022-01-25
LibJS: Implement the Intl.RelativeTimeFormat constructor
Timothy Flynn
2022-01-25
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
Timothy Flynn