1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland
Timothy Flynn 9dc9700e3b LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailable
Other implementations unconditionally initialize [[pattern12]] from
[[pattern]] regardless of whether [[pattern]] has an hour pattern of h11
or h12. LibUnicode does not do this. So when InitializeDateTimeFormat
defaults the hour cycle to the locale's preferred hour cycle, if the
best format didn't have an equivalent hour pattern, [[pattern12]] will
be empty.
2021-12-06 15:46:34 +01:00
..
Applets Applets/ClipboardHistory: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Applications Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
Demos Demos: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
DevTools Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Games: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
Libraries LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailable 2021-12-06 15:46:34 +01:00
Services DHCP4Client: Cast unused Timer return values to void 2021-12-05 15:31:03 +01:00
Shell Shell: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
Utilities strace: Handle strings more gracefully 2021-12-05 22:59:09 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00