serenity/Libraries
Andreas Kling 2db8716a6f LibJS: Don't return the "last computed value" from Interpreter::run()
Only return whatever a "return" statment told us to return.
The last computed value is now available in Interpreter::last_value()
instead, where the REPL can pick it up.
2020-04-04 23:45:13 +02:00
..
LibAudio
LibBareMetal
LibC Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS" 2020-04-03 21:28:57 +02:00
LibCore LibCore: Fix UDPServer up to properly receive data 2020-04-04 12:25:33 +02:00
LibELF AK: Reduce header dependency graph of String.h 2020-03-23 13:48:44 +01:00
LibGfx LibGfx: Add Painter::blit_filtered() and blit_brightened() 2020-03-30 19:39:37 +02:00
LibGUI LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
LibIPC LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers 2020-03-29 19:37:23 +02:00
LibJS LibJS: Don't return the "last computed value" from Interpreter::run() 2020-04-04 23:45:13 +02:00
LibLine LibLine: Restore previous state only if initialized 2020-04-02 08:49:11 +02:00
LibM
LibMarkdown
LibPCIDB
LibProtocol ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting 2020-04-04 20:01:36 +02:00
LibPthread
LibThread
LibVT LibVT: Don't scroll-to-bottom when pressing the Logo key 2020-03-30 13:15:47 +02:00
LibWeb LibWeb: Handle javascript: URLs inside LibWeb :^) 2020-04-04 22:12:37 +02:00
Makefile