1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 07:45:06 +00:00
serenity/Userland
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
..
Applications Spreadsheet: Declare the extern GML variable as an array, not a pointer 2021-04-04 00:38:02 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools UserspaceEmulator: Default-initialize the siginfo struct used in waitid 2021-03-31 23:49:26 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibC: Teach vsscanf() to consume the width specifier 2021-04-04 08:28:47 +02:00
MenuApplets ResourceGraph.MenuApplet: Make these a little bit smaller 2021-03-30 23:43:24 +02:00
Services LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
Shell Shell: Place Pipe redirections at the beginning of the redirection list 2021-03-31 23:49:26 +02:00
Tests LibC: Teach vsscanf() to consume the width specifier 2021-04-04 08:28:47 +02:00
Utilities LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00