ladybird/Userland
Ali Mohammad Pur 83cb73a045 LibCore: Don't assume ArgsParser arguments are non-empty
This was fine before as the last entry was a null string (which could be
printed), but we no longer use C-style sentinel-terminated arrays for
arguments.
2023-03-31 06:55:46 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Browser: Add reset zoom level button to toolbar 2023-03-29 07:17:35 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
DevTools LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
DynamicLoader
Games Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Libraries LibCore: Don't assume ArgsParser arguments are non-empty 2023-03-31 06:55:46 +02:00
Services WebServer: Propagate more errors 2023-03-27 20:29:51 +01:00
Shell Shell: Don't require ArgsParser values to be null-terminated 2023-03-31 06:55:46 +02:00
Utilities gunzip: Use a buffered file to read from the input file 2023-03-29 07:19:14 +02:00
CMakeLists.txt