summaryrefslogtreecommitdiff
path: root/libc/src/stdio
AgeCommit message (Expand)Author
2025-11-10[libc] fwrite_unlocked: only return errno if an actual error occurred. (#167350)Sterling-Augustine
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
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-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue
2025-09-01Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371)William Huynh
2025-09-01[libc] Migrate from baremetal stdio.h to generic stdio.h (#152748)William Huynh
2025-07-27[libc] Add misssing inttypes dependencies (#150861)Haowei
2025-07-24[libc] Add missing libc.include.inttypes for targets including <inttypes.h>. ...lntue
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-16[libc] Change default behaviour of baremetal/printf to use stdout (#143703)William Huynh
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-06-06[libc][GPU] clean up includes (#143203)Michael Jones
2025-06-06[libc] Fix missing includes after transitive dependency changedJoseph Huber
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-21[libc] Fix unresolved stdio symbols (#132403)Joseph Huber
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-13[stdio][baremetal] Fix templating for print functions (#131232)PiJoules
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-25[libc] Move fileno and fdopen to fullbuild only (#128762)Michael Jones
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
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-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-19[libc] Increase RPC opcode to 32-bit and use a class byte (#116905)Joseph Huber
2024-11-19[libc] Replace usage of GPU helpers with ones from 'gpuintrin.h' (#116454)Joseph Huber
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
2024-10-28[libc] Fix the remaining fcntl.h proxy header includes. (#113961)Job Henandez Lara
2024-10-28[libc] Fix leftover `LIBC_NAMESPACE` after porting it (#113960)Joseph Huber