summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/parser.h
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
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
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-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-05-15Fix typo "indicies" (#92232)Jay Foad
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-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-07[libc] Support C23 'b' (binary) modifier in printf (#80851)Artem Tyurin
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-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-02-22[libc] Prevent printf index mode crashesMichael Jones
2023-02-17[libc] add mock arg listMichael Jones
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-09[libc][NFC] reorganize structs in printfMichael Jones
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy
2023-01-05[libc][NFC] Use a function instead of templated static member functions for T...Guillaume Chatelet
2022-08-26[libc] add compile option for printf arg type arrayMichael Jones
2022-08-25[NFC][libc] Remove double semicolonGuillaume Chatelet
2022-08-24[libc] move printf to use StringViewsMichael Jones
2022-05-06[libc][NFC] add index mode to printf parserMichael Jones
2022-04-08[libc][NFC] implement printf parserMichael Jones