1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 12:45:06 +00:00
serenity/Userland/Tests
Jelle Raaijmakers 5e5f0245b6 LibC: Teach vsscanf() to consume the width specifier
Previously, `vsscanf()` would crash whenever it encountered a width
specification. Now, it consumes the width specification but does not
yet do anything with it.
2021-04-04 08:28:47 +02:00
..
AK AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
Kernel Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
LibC LibC: Teach vsscanf() to consume the width specifier 2021-04-04 08:28:47 +02:00
LibGfx Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LibM LibM: Implement fmin/fmax 2021-03-15 22:02:38 +01:00
UserspaceEmulator Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00