Age | Commit message (Expand) | Author |
---|---|---|
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2021-04-08 | LibC: Fix coding style in scanf helpers | Andreas Kling |
2021-04-04 | LibC: Teach `vsscanf()` to consume the width specifier | Jelle Raaijmakers |
2021-04-04 | LibC: Use 'long long' specialisations of scanf's read_element_concrete | AnotherTest |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-25 | LibC: Make it compile on 64-bit | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-16 | LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) | AnotherTest |
2021-02-15 | LibC: Reimplement scanf from the ground up | AnotherTest |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |