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
Age
Commit message (
Expand
)
Author
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-22
LibJS: Fix value of Temporal.PlainDate.length
Linus Groh
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
LibC: Make calloc() actually fail on multiplication overflow
Andreas Kling
2021-07-22
LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont
Andreas Kling
2021-07-22
LibJS: Implement String.prototype.split with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replaceAll with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replace with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.endsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.startsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.lastIndexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.slice with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement StringPad abstract operation with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.at with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substr with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substring with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.indexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.includes with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.codePointAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charCodeAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Report string properties using UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors
Timothy Flynn
2021-07-22
LibJS: Add UTF-16 tests to String.prototype methods that already work
Timothy Flynn
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-22
AK: Add a getter to JsonValue to get machine-native addresses
Gunnar Beutner
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-22
LibGUI: Fix multi-line tooltip height
FrHun
2021-07-22
LibC: Don't truncate arguments for ioctl() on x86_64
Gunnar Beutner
2021-07-21
LibJS: Implement Temporal.PlainDate.prototype.equals & Required AO
Idan Horowitz
2021-07-21
LibJS: Implement the ToTemporalDate Abstract Operation
Idan Horowitz
2021-07-21
LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOs
Idan Horowitz
2021-07-21
LibJS: Use trunc instead of a static_cast<i64> in is_integral_number
Idan Horowitz
2021-07-21
LibJS: Remove usages of String's null state in Temporal AOs
Idan Horowitz
2021-07-21
LibJS: Implement Temporal.PlainDate.prototype.valueOf
Idan Horowitz
2021-07-21
LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)
Karol Kosek
2021-07-21
LibAudio: Check if zero-bit padding is actually zero
Karol Kosek
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
VimEditingEngine: Prevent crash upon 'x' or 'v' on blank lines
Ariel Don
2021-07-21
LibJS: Use IntrusiveList for keeping track of WeakContainers
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of MarkedValueLists
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of HandleImpls
Andreas Kling
2021-07-21
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
LibC: Simplify assertion failure dbgln() a bit
Andreas Kling
2021-07-21
LibLine: Correct spelling mistake in variable name
Jamie Mansfield
2021-07-21
LibIPC: Fix losing messages when connection is closed
Tom
2021-07-21
LibGfx: Add an algorithm to disperse overlapping rectangles
Tom
2021-07-20
LibJS: Add tests for strict mode and strict mode propagation
davidot
2021-07-20
LibJS: Fix that non-existent references are unresolvable in strict mode
davidot
[next]