Jelle Raaijmakers
|
325263f0e8
LibC: Consume all whitespace in `scanf` if present in format
|
2 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Peter Ross
|
5b32b46ebc
LibC: Do not write value when scanf assignment value is suppressed
|
3 年之前 |
Peter Ross
|
31079a56d7
LibC: Do not include suppressed assignments in scanf return value
|
3 年之前 |
Jesse Buhagiar
|
2de7f2021d
LibC: Support `X` modifier for `scanf`
|
3 年之前 |
Jelle Raaijmakers
|
a44978b9b0
LibC: Fix `%n` conversion specifier in scanf() format
|
3 年之前 |
Jelle Raaijmakers
|
00f36fc5ae
Tests: Print full 32-byte range of values in TestScanf
|
3 年之前 |
Jelle Raaijmakers
|
e71e9de61f
Tests: Reword 'output' to 'return value' in TestScanf
|
3 年之前 |
Jelle Raaijmakers
|
e3f17401cb
Tests: Use correct argument count for value conformance in TestScanf
|
3 年之前 |
Andrew Kaster
|
b3e3e4d45d
Tests: Convert remaining LibC tests to LibTest
|
3 年之前 |