summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-01[libc] Fix typo in uint128 type for PPC printf handling (#138157)Joseph Huber
2025-04-23[libc] Special case PPC double double for print (#136614)Joseph Huber
2025-04-17[libc] Fix incorrect unsigned comparison (#135595)Wu Yingcong
2025-03-13[libc] Fix non-templated uses of `printf_core::Writer` (#131149)Simon Tatham
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-02-06[libc] Fix recently introduced integer-type warnings (#125864)Simon Tatham
2025-02-04[libc][float_dec_converter_limited] Add missing LIBC_INLINE (#125655)Simon Tatham
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
2024-10-10[libc] Clean up 'vasprintf' implementation (#111761)Joseph Huber
2024-10-02[libc] Enable dyadic float for float printf (#110765)Michael Jones
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-09-25[libc] Fix %m on CPUs with float128 but no int128 (#110053)Michael Jones
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-08-09[libc] Clean up remaining use of *_WIDTH macros in printf (#102679)Roland McGrath
2024-08-09[libc] Fix use of cpp::numeric_limits<...>::digits (#102674)Roland McGrath
2024-08-09[libc] Use cpp::numeric_limits in preference to C23 <limits.h> macros (#102665)Roland McGrath
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones
2024-08-01[libc] Fix 'vasprintf' not working in non-fullbuild modeJoseph Huber
2024-08-01[libc] Fix erroneous warning on GCC (#101520)Joseph Huber
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan
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-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones
2024-06-18[libc] Remove unnecessary check in printf floats (#95841)Michael Jones
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-05-15Fix typo "indicies" (#92232)Jay Foad
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-04-02[libc] Move include so it covers the other filesJoseph Huber
2024-04-02[libc] Include 'config.h' from the printf structs for builtinsJoseph Huber
2024-04-01[libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-03-19[libc] Make 'printf' converter output "(null)" instead of "null" (#85845)Joseph Huber
2024-03-08[libc][NFC] Move `BigInt` out of the `cpp` namespace (#84445)Guillaume Chatelet
2024-03-07[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-02-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet