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-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-29
LibELF: Don't validate PT_LOAD alignment in ET_CORE files
Andreas Kling
2021-06-29
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
Diego Garza
2021-06-29
LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print
Andrew Kaster
2021-06-29
LibCrypto: Avoid unaligned reads in GHash constructor
Andrew Kaster
2021-06-29
LibHTTP: Relax the finish_up() "must be called once" limitation a bit
Ali Mohammad Pur
2021-06-28
Meta: Install 64-bit libgcc_s.so for x86_64 targets
Gunnar Beutner
2021-06-28
LibC: Implement memcpy and memset for x86_64
Gunnar Beutner
2021-06-28
Kernel: Properly set up the userland context for new processes on x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-29
LibVT: Paste full path when dropping file on widget
Xavier Defrang
2021-06-29
LibCpp: Update Parser test data after Type=>NamedType change
Itamar
2021-06-29
LibCpp: Differentiate between Type and NamedType
Itamar
2021-06-29
LibCpp: Add LOG_SCOPE() macro for debugging the parser's flow
Itamar
2021-06-29
LibCpp: Support parsing enum classes
Itamar
2021-06-28
LibJS/Tests: Fix toBeFalse() details prefix
Linus Groh
2021-06-28
LibJS: Mark FunctionObject::is_ordinary_function() as override
Leon Albrecht
2021-06-28
LibJS: Add the CreateMappedArgumentsObject abstract operation
Andreas Kling
2021-06-28
LibHTTP: Ensure finish_up() is not called more than once
Ali Mohammad Pur
2021-06-28
LibTLS: Ensure that on_tls_finished is called only once
Ali Mohammad Pur
2021-06-28
LibDesktop: Add spawn() to AppFiles
Spencer Dixon
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon
2021-06-28
LibJS: Bring Reflect.construct() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Rewrite String.raw() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists
Andreas Kling
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-28
LibJS: Handle values close to -0.5 correctly in Math.round(x)
Idan Horowitz
2021-06-28
LibJS: Implement the CreateUnmappedArgumentsObject abstract operation
Andreas Kling
2021-06-27
LibJS/Tests: Improve valueToString() output
Linus Groh
2021-06-27
LibJS: Unbreak test-js test that depended on function object class name
Andreas Kling
2021-06-27
LibJS: Fix typo "sweeped" => "swept" everywhere
Andreas Kling
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibJS: Ensure shift values in shift_right are modded by 32
Andrew Kaster
2021-06-27
LibJS: Avoid undefined static cast of negative values in to_u32
Andrew Kaster
2021-06-27
LibJS: Add content type check to IntegerIndexedElementSet()
Linus Groh
2021-06-27
LibJS: Add content type check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Implement the TypedArray [[ContentType]] internal slot
Linus Groh
2021-06-27
LibJS: Add 'is detached' check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Make variables in InitializeTypedArrayFromTypedArray() match spec
Linus Groh
2021-06-27
LibJS: Add missing InitializeTypedArrayFromTypedArray() spec link
Linus Groh
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-27
LibJS: Don't extend `arguments` object to match the parameter count
Andreas Kling
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
[prev]
[next]