serenity/Userland
Ben Wiederhake 4e1318fb0e less: Fix condition to read more data
While mathematically equivalent, the presence of a size_t forces the
comparison to work with size_t's. This means that '-1 < 0' is false,
contrary to the 'mathematically pure' interpretation of the inequality.
2021-11-01 10:55:10 +01:00
..
Applets Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Applications HexEditor: Give magic constants names 2021-11-01 01:48:51 +01:00
Demos Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
DevTools UserspaceEmulator: Fix inconsistent log formatting 2021-10-31 21:07:29 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Minesweeper: Set time label to a fixed width 2021-10-29 23:02:24 +03:00
Libraries LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr 2021-10-31 18:51:07 +01:00
Services LibWeb+WebContent: Add set_preferred_color_scheme IPC call 2021-10-31 18:39:13 +01:00
Shell Shell: Unwind execution after runtime errors 2021-10-31 12:02:20 +01:00
Utilities less: Fix condition to read more data 2021-11-01 10:55:10 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00