ladybird/Userland
Ali Mohammad Pur e2af20a69b Shell: Correct the continue builtin's count guard
This builtin only supports count = 1 (as the error message says), but we
were looking for count = 0.
2023-10-02 21:21:38 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications Assistant: Avoid an unnecessary copy of the results list 2023-10-01 14:34:28 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games GameOfLife: Don't toggle cells on mouse move when placing patterns 2023-09-27 19:12:14 +02:00
Libraries LibCpp: Add some missing accessors to AST nodes 2023-10-02 21:15:08 +02:00
Services Userland: Port lists of mime types to String 2023-09-29 14:40:21 +01:00
Shell Shell: Correct the continue builtin's count guard 2023-10-02 21:21:38 +02:00
Utilities realpath: Add the -q option to suppress error messages 2023-10-02 20:56:38 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00