summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/core_structs.h
AgeCommit message (Expand)Author
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi
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
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-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-03-29Add bit width length modifier to printf (#82461)Om Prakaash
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2023-12-20[libc][NFC] clean up printf_core and scanf_core (#74535)michaelrj-google
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-10-11[libc] Mark operator== const to avoid ambiguity in C++20. (#68805)Samira Bazuzi
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-22[libc] Prevent printf index mode crashesMichael Jones
2023-02-09[libc][NFC] reorganize structs in printfMichael Jones
2022-08-24[libc] move printf to use StringViewsMichael Jones
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-23Revert "[NFC][libc] standardize string_view"Guillaume Chatelet
2022-08-23[NFC][libc] standardize string_viewGuillaume Chatelet
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet
2022-08-10[libc] move to combined integer converterMichael Jones
2022-07-11[libc] clean up printf error codesMichael Jones
2022-06-16[libc] add printf hex conversionMichael Jones
2022-06-15[libc] refactor printf file writingMichael Jones
2022-05-12[libc] add printf converterMichael Jones
2022-04-22[libc] Add Printf FormatSection MatcherMichael Jones
2022-04-08[libc][NFC] implement printf parserMichael Jones