summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/sscanf_test.cpp
AgeCommit message (Expand)Author
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2024-10-18[libc] Scanf shouldn't match just "0x" for hex int (#112440)Michael Jones
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber
2024-03-04[libc][NFC] Rename `LIBC_LONG_DOUBLE_IS_` macros (#83399)Guillaume Chatelet
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-29[libc] Remove specific nan payload in math functions (#79165)Guillaume Chatelet
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-01-25[libc] add scanf pointer conversionMichael Jones
2023-01-25[libc] add scanf current position conversionMichael Jones
2023-01-19[libc] add scanf float converterMichael Jones
2022-12-13[libc] add scanf int conversionsMichael Jones
2022-11-17[libc] add scanf entrypointsMichael Jones