summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21Kernel: Implement sysconf(_SC_SYMLOOP_MAX)Martin Bříza
2021-12-21Kernel: Move symlink recursion limit to .h, increase it to 8Martin Bříza
2021-12-21LibC: Make WEOF a signed value on clangAli Mohammad Pur
2021-12-21LibC: Add POSIX spec links to all applicable wide character functionsAli Mohammad Pur
2021-12-21LibC: Define WCHAR_{MIN,MAX}Ali Mohammad Pur
2021-12-21LibC: Stub out wcsftime()Ali Mohammad Pur
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-12-21LibC: Stub out some wscanf variantsAli Mohammad Pur
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-21LibC: Implement f{get,put}ws()Ali Mohammad Pur
2021-12-21LibC: Stub out fwide()Ali Mohammad Pur
2021-12-21LibC: Implement {f,}putwc()Ali Mohammad Pur
2021-12-21LibC: Implement getwchar()Ali Mohammad Pur
2021-12-21LibC: Implement {f,}getwc()Ali Mohammad Pur
2021-12-21LibC: Implement wcs{,c}spn()Ali Mohammad Pur
2021-12-21LibC: Sort the SOURCES entries in CMakeLists.txtAli Mohammad Pur
2021-12-21LibC: Switch to using east const in wchar.cppAli Mohammad Pur
2021-12-21LibGfx: Remove 'QOIImageDecoderPlugin: ' prefix from error messagesLinus Groh
2021-12-21LibJS: Add TypedArray.prototype.@@iteratorLuke Wilde
2021-12-21LibJS: Update spec link for InstallErrorCause AOTimothy Flynn
2021-12-21LibJS: Update spec numbers for Operations on Objects AOsTimothy Flynn
2021-12-21LibJS: Define RegExp.prototype methods in spec orderTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype AOsTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype.[flags, source, exec, test]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype.compileTimothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@split ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@search ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@replace ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-12-21LibJS: Add spec comments to RegExp.prototype [ @@match ]Timothy Flynn
2021-12-21LibJS: Convert a RegExp throw_exception to throw_completionTimothy Flynn
2021-12-21LibRegex: Parse capture group names according to the ECMA262 specdavidot
2021-12-21LibRegex: Disallow duplicate named capture groups in ECMA262 parserdavidot
2021-12-21LibJS: Parse assert clauses of in- and export statementsdavidot
2021-12-21LibJS: Disallow async generator functions called 'await' or 'yield'davidot
2021-12-21LibJS: Don't treat yield after void as identifier in generator functionsdavidot
2021-12-21LibJS: Make new lines in block comments reset line has tokendavidot
2021-12-21LibJS: Allow super property lookup and new.target in static init blocksdavidot
2021-12-21Meta: Add a fuzzer for the QOILoaderLinus Groh
2021-12-21LibWeb: Add a workaround to assign a proper mime type to QOI imagesLinus Groh
2021-12-21file: Add description & image details for image/x-qoiLinus Groh
2021-12-21Base: Set ImageViewer as the launcher for .qoi filesLinus Groh
2021-12-21LibCore: Add support for the image/x-qoi mime typeLinus Groh
2021-12-21LibGfx: Add support for "The Quite OK Image Format" (QOI)Linus Groh
2021-12-20Base: Add documentation for abenchkleines Filmröllchen
2021-12-21LibWasm: Tolerate modules with invalid sections and mark them as invalidAli Mohammad Pur
2021-12-21LibWasm: Make shown instruction names match the names in the specAli Mohammad Pur
2021-12-21LibWasm: Add a instruction_from_name getterAli Mohammad Pur
2021-12-21LibWasm: Print the block type for structured argumentsAli Mohammad Pur
2021-12-21LibWasm: Fix silly typo in f32 reinterpret validationAli Mohammad Pur