summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestScanf.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-09-09LibC: Consume all whitespace in `scanf` if present in formatJelle Raaijmakers
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-24Tests: Print full 32-byte range of values in TestScanfJelle Raaijmakers
2021-10-24Tests: Reword 'output' to 'return value' in TestScanfJelle Raaijmakers
2021-10-24Tests: Use correct argument count for value conformance in TestScanfJelle Raaijmakers
2021-09-01Tests: Convert remaining LibC tests to LibTestAndrew Kaster