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
Age
Commit message (
Expand
)
Author
2022-01-25
LibCore: Support (and use) DateTime string formatting of the form %Z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %:z
Timothy Flynn
2022-01-25
LibCore: Support DateTime string formatting of the form %z
Timothy Flynn
2022-01-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-25
LibJS: Add templated overloads for the construct AO to create its MVL
Timothy Flynn
2022-01-25
LibJS: Use forwarding references for call's variadic template arguments
Timothy Flynn
2022-01-25
LibJS: Remove erroneous variadic template from some call overloads
Timothy Flynn
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-26
LibRegex: Don't return empty vectors from RegexStringView::lines()
Ali Mohammad Pur
2022-01-25
Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctl
Idan Horowitz
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptions
Timothy Flynn
2022-01-25
LibJS: Fix errors in Intl.DateTimeFormat.prototype.resolvedOptions tests
Timothy Flynn
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOf
Timothy Flynn
2022-01-25
js: Implement pretty-printing of Intl.RelativeTimeFormat
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
2022-01-25
LibJS: Convert Intl.NumberFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS: Convert Intl.DisplayNames to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibUnicode: Add helper methods to convert a Style to and from a string
Timothy Flynn
2022-01-25
LibUnicode: Remove the Unicode::Style::Numeric value
Timothy Flynn
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibC: Define the POSIX TZNAME_MAX limit
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-25
timezone: Add an option to list all time zones
Timothy Flynn
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2022-01-25
CrashReporter: Dispatch backtrace progress callbacks on the main thread
Andreas Kling
2022-01-25
LibThreading: Invoke BackgroundAction completions on origin event loop
Andreas Kling
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-25
tree: Port to LibMain
Names4Noobs
2022-01-25
rmdir: Port to LibMain
Ariel Abreu
2022-01-25
rm: Port to LibMain
Ariel Abreu
2022-01-25
md: Port to LibMain
Fabian INGREMEAU
2022-01-25
mv: Port to LibMain
Fabian INGREMEAU
2022-01-25
tail: Port to LibMain
Fabian INGREMEAU
2022-01-25
LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone
Linus Groh
2022-01-24
less: Fix memory leak when scrolling to EOF
Rummskartoffel
2022-01-24
LibPDF: Make Filter::decode() return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibJS/Tests: Enable Number.isInteger() test that now passes
Linus Groh
2022-01-24
LibJS: Update ShadowRealm AO parameter declaration notations
Linus Groh
2022-01-24
LibJS: Let WrappedFunction inherit target name and length
Linus Groh
[next]