Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | Everywhere: Remove unused includes of LibC/stdlib.h | Ben Wiederhake |
2022-09-09 | LibC: Consume all whitespace in `scanf` if present in format | Jelle Raaijmakers |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-20 | LibC: Do not write value when scanf assignment value is suppressed | Peter Ross |
2022-02-20 | LibC: Do not include suppressed assignments in scanf return value | Peter Ross |
2022-01-02 | LibC: Support `X` modifier for `scanf` | Jesse Buhagiar |
2021-10-24 | LibC: Fix `%n` conversion specifier in scanf() format | Jelle Raaijmakers |
2021-10-24 | Tests: Print full 32-byte range of values in TestScanf | Jelle Raaijmakers |
2021-10-24 | Tests: Reword 'output' to 'return value' in TestScanf | Jelle Raaijmakers |
2021-10-24 | Tests: Use correct argument count for value conformance in TestScanf | Jelle Raaijmakers |
2021-09-01 | Tests: Convert remaining LibC tests to LibTest | Andrew Kaster |