summaryrefslogtreecommitdiff
path: root/libc/src/stdio/scanf_core
AgeCommit message (Expand)Author
2025-07-27[libc] Add misssing inttypes dependencies (#150861)Haowei
2025-03-20[libc] Support for scanf on baremetal (#131043)Petr Hosek
2025-03-18[libc] Fix the GPU build after scanf reworkJoseph Huber
2025-03-17[libc] Templatize the scanf Reader interface (#131037)Petr Hosek
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-22[libc] Fix scanf dependencies on the GPU buildJoseph Huber
2025-02-21[libc] Skip scanf internals when no file available (#128097)Michael Jones
2025-02-20[libc] Fix scanf cmake for targets without FILE (#128056)Michael Jones
2025-02-20[libc] Add missing dependencies on `getc` and `ungetc` for GPU (#128069)Joseph Huber
2025-02-20[libc] Fix missing includes in GPU scanf reader (#128049)Michael Jones
2025-02-20[libc]: Clean up unnecessary function pointers in scanf (#121215)Vinay Deshmukh
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-10-18[libc] Scanf shouldn't match just "0x" for hex int (#112440)Michael Jones
2024-08-21[libc] Fix accidentally using system file on GPUJoseph Huber
2024-08-21[libc] Add `scanf` support to the GPU build (#104812)Joseph Huber
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-07-08[libc] Export configs for `scanf` support (#98066)Joseph Huber
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-01-31[libc] Fix condition ordering in scanf (#80083)michaelrj-google
2023-12-20[libc][NFC] clean up printf_core and scanf_core (#74535)michaelrj-google
2023-09-26[libc][NFC] Add compile options only to the header libraries which use them. ...Siva Chandra
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-25[libc] Acquire the lock for scanf files (#67357)michaelrj-google
2023-09-22[libc] Refactor scanf reader to match printf (#66023)michaelrj-google
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-28[libc] Refactor string to float return valuesMichael Jones
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-01-25[libc] add scanf pointer conversionMichael Jones
2023-01-25[libc] add scanf current position conversionMichael Jones
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy
2023-01-19[libc] add scanf float converterMichael Jones
2022-12-13[libc] add scanf int conversionsMichael Jones
2022-12-13[libc] fix scanf error handlingMichael Jones
2022-12-12[libc] move errno out of file internalsMichael Jones
2022-12-09[libc] add result class to strtointegerMichael Jones
2022-11-17[libc] add scanf entrypointsMichael Jones
2022-11-07[libc] add scanf string convertersMichael Jones
2022-11-07[libc] add scanf readerMichael Jones
2022-11-07[libc][obvious] fix printf failing to stop on %\0Michael Jones
2022-10-28[libc] add scanf parser and core utilitiesMichael Jones