ladybird/Userland
Ali Mohammad Pur 7fec66dd1c LibWasm: Make clang happy by removing an 'extra' set of parenthesis
These aren't actually an extra set, without them the fold operation
would be syntactically invalid.
Also remove possible cast of float->double/double->float in Value::to()
2021-05-17 23:25:30 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications LibGUI: Reset TextEditor modified state on sucessful write_to_file 2021-05-17 21:04:54 +01:00
Demos Demos: Add Mandelbrot demo 2021-05-17 13:35:39 +02:00
DevTools Playground: Show the modified state in the window title 2021-05-17 21:04:54 +01:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
Libraries LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
Services WebServer: Set no-cache header for responses 2021-05-17 21:28:34 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Utilities/wasm: Say something when execution traps 2021-05-17 23:25:30 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00