index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-21
Kernel: Implement sysconf(_SC_SYMLOOP_MAX)
Martin Bříza
2021-12-21
Kernel: Move symlink recursion limit to .h, increase it to 8
Martin Bříza
2021-12-21
LibC: Make WEOF a signed value on clang
Ali Mohammad Pur
2021-12-21
LibC: Add POSIX spec links to all applicable wide character functions
Ali Mohammad Pur
2021-12-21
LibC: Define WCHAR_{MIN,MAX}
Ali Mohammad Pur
2021-12-21
LibC: Stub out wcsftime()
Ali Mohammad Pur
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Stub out some wscanf variants
Ali Mohammad Pur
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Stub out fwide()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement getwchar()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement wcs{,c}spn()
Ali Mohammad Pur
2021-12-21
LibC: Sort the SOURCES entries in CMakeLists.txt
Ali Mohammad Pur
2021-12-21
LibC: Switch to using east const in wchar.cpp
Ali Mohammad Pur
2021-12-21
LibGfx: Remove 'QOIImageDecoderPlugin: ' prefix from error messages
Linus Groh
2021-12-21
LibJS: Add TypedArray.prototype.@@iterator
Luke Wilde
2021-12-21
LibJS: Update spec link for InstallErrorCause AO
Timothy Flynn
2021-12-21
LibJS: Update spec numbers for Operations on Objects AOs
Timothy Flynn
2021-12-21
LibJS: Define RegExp.prototype methods in spec order
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype AOs
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.[flags, source, exec, test]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype.compile
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@split ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@search ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@replace ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@matchAll ]
Timothy Flynn
2021-12-21
LibJS: Add spec comments to RegExp.prototype [ @@match ]
Timothy Flynn
2021-12-21
LibJS: Convert a RegExp throw_exception to throw_completion
Timothy Flynn
2021-12-21
LibRegex: Parse capture group names according to the ECMA262 spec
davidot
2021-12-21
LibRegex: Disallow duplicate named capture groups in ECMA262 parser
davidot
2021-12-21
LibJS: Parse assert clauses of in- and export statements
davidot
2021-12-21
LibJS: Disallow async generator functions called 'await' or 'yield'
davidot
2021-12-21
LibJS: Don't treat yield after void as identifier in generator functions
davidot
2021-12-21
LibJS: Make new lines in block comments reset line has token
davidot
2021-12-21
LibJS: Allow super property lookup and new.target in static init blocks
davidot
2021-12-21
Meta: Add a fuzzer for the QOILoader
Linus Groh
2021-12-21
LibWeb: Add a workaround to assign a proper mime type to QOI images
Linus Groh
2021-12-21
file: Add description & image details for image/x-qoi
Linus Groh
2021-12-21
Base: Set ImageViewer as the launcher for .qoi files
Linus Groh
2021-12-21
LibCore: Add support for the image/x-qoi mime type
Linus Groh
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-12-20
Base: Add documentation for abench
kleines Filmröllchen
2021-12-21
LibWasm: Tolerate modules with invalid sections and mark them as invalid
Ali Mohammad Pur
2021-12-21
LibWasm: Make shown instruction names match the names in the spec
Ali Mohammad Pur
2021-12-21
LibWasm: Add a instruction_from_name getter
Ali Mohammad Pur
2021-12-21
LibWasm: Print the block type for structured arguments
Ali Mohammad Pur
2021-12-21
LibWasm: Fix silly typo in f32 reinterpret validation
Ali Mohammad Pur
[next]