1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-24 06:02:31 +00:00
serenity/Userland/Libraries/LibJS/Runtime/Temporal
Linus Groh 8e175b4959 LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
This is a normative change in the Temporal spec.

See: 39eeecd
2022-03-31 17:09:10 +01:00
..
AbstractOperations.cpp LibJS: Update incorrect spec comment in ToRelativeTemporalObject 2022-03-29 22:56:03 +01:00
AbstractOperations.h LibJS: Remove the ConstrainToRange AO 2022-03-16 21:49:38 +00:00
Calendar.cpp LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
Calendar.h LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
CalendarConstructor.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
CalendarConstructor.h
CalendarPrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
CalendarPrototype.h
Duration.cpp LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
Duration.h LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
DurationConstructor.cpp LibJS: Fix Duration.compare() for dates with unusual number of hours 2022-03-31 17:09:10 +01:00
DurationConstructor.h
DurationPrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
DurationPrototype.h
Instant.cpp LibJS: Add missing check in ParseTemporalInstant 2022-03-10 23:20:39 +01:00
Instant.h
InstantConstructor.cpp
InstantConstructor.h
InstantPrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
InstantPrototype.h
ISO8601.cpp LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name 2022-03-31 17:09:10 +01:00
ISO8601.h LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name 2022-03-31 17:09:10 +01:00
Now.cpp LibJS: Rename variables to 'calendarLike' in a couple of places 2022-02-04 20:00:34 +00:00
Now.h
PlainDate.cpp LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE 2022-03-31 17:09:10 +01:00
PlainDate.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDateConstructor.cpp
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
PlainDatePrototype.h
PlainDateTime.cpp LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
PlainDateTime.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainDateTimeConstructor.cpp
PlainDateTimeConstructor.h
PlainDateTimePrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
PlainDateTimePrototype.h
PlainMonthDay.cpp LibJS: Emit reference information for { calendarName: "always" } option 2022-03-31 17:09:10 +01:00
PlainMonthDay.h
PlainMonthDayConstructor.cpp
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
PlainMonthDayPrototype.h
PlainTime.cpp LibJS: Remove the ConstrainToRange AO 2022-03-16 21:49:38 +00:00
PlainTime.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
PlainTimePrototype.h
PlainYearMonth.cpp LibJS: Emit reference information for { calendarName: "always" } option 2022-03-31 17:09:10 +01:00
PlainYearMonth.h
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars 2022-03-31 17:09:10 +01:00
PlainYearMonthPrototype.h
Temporal.cpp
Temporal.h
TimeZone.cpp LibJS: Fix number types in GetISOPartsFromEpoch 2022-03-25 18:33:55 +00:00
TimeZone.h LibJS: Fix number types in GetISOPartsFromEpoch 2022-03-25 18:33:55 +00:00
TimeZoneConstructor.cpp LibJS: Follow rules for consuming completion records 2022-03-10 23:20:39 +01:00
TimeZoneConstructor.h
TimeZonePrototype.cpp LibJS: Follow rules for consuming completion records 2022-03-10 23:20:39 +01:00
TimeZonePrototype.h
ZonedDateTime.cpp LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
ZonedDateTime.h LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
ZonedDateTimeConstructor.cpp
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt 2022-03-19 19:28:49 +00:00
ZonedDateTimePrototype.h