ladybird/Userland
Luke Wilde bc08d39754 LibJS/Bytecode: Make for, do/while and while always switch to end block
Previously we only did this if the body block was not terminated.
If it was, all future codegen would happen in this block terminated
body block until another switch occurred, dropping all generated
instructions in this time on the floor.
2022-06-30 18:35:18 +04:30
..
Applets Applets: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00
Applications PixelPaint: Omit file extension in tab/editor titles 2022-06-30 11:54:29 +02:00
Demos Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
DevTools HackStudio: Properly clear previous editor tabs when closing project 2022-06-30 14:38:09 +01:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries LibJS/Bytecode: Make for, do/while and while always switch to end block 2022-06-30 18:35:18 +04:30
Services FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
Shell Shell: Ignore SIGCHLD after a few unsuccessful attempts at handling it 2022-06-24 22:53:16 +01:00
Utilities pls: Implement support for --preserve-env 2022-06-28 19:09:23 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00