ladybird/Userland/Libraries
Andreas Kling 45e6b5e601 LibJS: Make eval() return the last value from the executed statement
This is kinda awkward but since the statement we're executing is
actually a JS::Program, we have to get the result via VM::last_value().
2021-03-15 21:43:40 +01:00
..
LibAudio LibAudio: Move format and BPS checks before VERIFYs in WAV loader 2021-03-01 11:09:09 +01:00
LibC LibC: Rename feclearexcept{s,} 2021-03-14 11:30:38 +01:00
LibChess Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibCompress LibCompress+AK: Propagate error handling to wrapped streams 2021-03-15 21:35:48 +01:00
LibCore AK+LibCore: Remove empty files 2021-03-12 17:38:17 +01:00
LibCoreDump Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibCpp LanguageServers/Cpp: Support jumping to declaration of preprocessor 2021-03-13 10:17:02 +01:00
LibCrypt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibCrypto Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibDebug Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibDesktop Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibDiff Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibELF LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
LibGemini Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibGfx Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibGUI LibGUI: Fix crash when text_in_range() was called on an empty document 2021-03-15 09:08:15 +01:00
LibHTTP LibCore+LibHTTP+LibGfx: Switch to LibCompress 2021-03-03 23:42:32 +01:00
LibImageDecoderClient LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
LibIPC Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibJS LibJS: Make eval() return the last value from the executed statement 2021-03-15 21:43:40 +01:00
LibKeyboard Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
LibLine LibLine: Treat DEL as backspace by default 2021-03-13 19:34:25 +01:00
LibM LibM: Add remainder{f, l} 2021-03-14 21:43:08 +01:00
LibMarkdown Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibPCIDB Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibProtocol Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibPthread Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibRegex Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibSymbolClient SymbolServer+LibSymbolClient: Just do one symbol per IPC message 2021-02-04 23:35:10 +01:00
LibSyntax Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibSystem Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
LibTar LibTar: Implement TarOutputStream 2021-03-13 20:07:25 +01:00
LibTest LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
LibTextCodec LibTextCodec: Make UTF16BEDecoder read only up to an even offset 2021-03-15 16:08:12 +01:00
LibThread Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibTLS Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibTTF Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibVT Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
LibWeb LibWeb: Make sure <script> elements get prepared when connected 2021-03-15 21:20:33 +01:00
LibX86 LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang) 2021-03-09 17:47:28 +01:00
CMakeLists.txt LibTest + test-js: Add initial skelaton of LibTest and migrate code there. 2021-03-01 11:17:05 +01:00