summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/sprintf_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham
2024-10-01[libc] clean up sprintf macros and float tests (#110759)Michael Jones
2024-10-01[libc] Fix race conditions in sprintf_test. (#110624)lntue
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc] Fix sprintf FixedConv test (#98204)Mikhail R. Gadelha
2024-07-09[libc] adjust printf macro test to use all 64 bits (#98195)Michael Jones
2024-03-29[libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber
2024-03-04[libc][NFC] Rename `LIBC_LONG_DOUBLE_IS_` macros (#83399)Guillaume Chatelet
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2024-02-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan
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-25[libc] Move printf long double to simple calc (#75414)michaelrj-google
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 SPECIAL_X86_LONG_DOUBLE in LIBC_LONG_DOUBLE_IS_X86_FLOAT80...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-10-30[libc] Fix printf long double truncation bound (#70705)michaelrj-google
2023-10-27[libc] Fix incorrect printing for alt mode ints (#70252)michaelrj-google
2023-10-24[libc] Disable -NaN test on float128 systems (#70146)michaelrj-google
2023-10-24[libc] Fix printf long double inf, bitcast in msan (#70067)michaelrj-google
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google
2023-10-04[libc] Fix typo in long double negative block (#68243)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc] Fix Off By One Errors In Printf Long Double (#66957)michaelrj-google
2023-09-07[libc] Fix printf %p formatMichael Jones
2023-08-15[libc] Fix printf %e and %g bugsMichael Jones
2023-08-15[libc] Fix printf %f bugsMichael Jones
2023-08-15[libc] Fix printf %a padding issueMichael Jones
2023-08-07[libc] Add nullptr check option to printf %sMichael Jones
2023-07-28[libc] Fix printf g conversion with high precisionMichael Jones
2023-07-26[libc][NFC] fix sprintf test on 32 bit systemsMichael Jones
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly
2023-06-08[libc] disable printf Lf tests for float128 platsMichael Jones
2023-06-08[libc] add options to printf decimal floatsMichael Jones
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-03-01[libc] Fix printf %f rounding conditionMichael Jones
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy