ladybird/Userland
Andrew Kaster 2af591267c LibWasm: Adjust signed integer operations to avoid UB
Perform signed integer shifts, addition, subtraction, and rotations
using their corresponding unsigned type. Additionally, mod the right
hand side of shifts and rotations by the bit width of the integer per
the spec. This seems strange, but the spec is clear on the desired
wrapping behavior of arithmetic operations.
2021-07-12 18:42:45 +04:30
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications TableView: Do not select input on keydown 2021-07-11 22:07:57 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools UserspaceEmulator: Fix stack for new processes 2021-07-12 12:27:13 +02:00
DynamicLoader DynamicLoader+LibC: Make _start a naked function 2021-07-11 17:07:20 +02:00
Games Breakout: Only paint areas that needs to be updated 2021-07-12 12:26:15 +02:00
Libraries LibWasm: Adjust signed integer operations to avoid UB 2021-07-12 18:42:45 +04:30
Services TaskbarWindow: Redraw start button when default font changes 2021-07-12 11:08:09 +02:00
Shell Shell: Use correct printf format string for size_t 2021-07-08 10:11:00 +02:00
Utilities Utilities: Make less accept 'page up' and 'page down' keys 2021-07-12 16:10:01 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00